Ivan Sudos
Ivan Sudos

Reputation: 1483

sublime add view to the window

When discovering Sublime 3 plugin API I found out the function show_quick_panel() that shows some panel implemented as view. Is there any method to construct a custom view by my own and then add it to the window?

Upvotes: 1

Views: 68

Answers (1)

wesbos
wesbos

Reputation: 26307

No 😥 , one of the biggest limitation of Sublime Text right now is the ability to create a custom interface or packages/plugins - you have to use the quickPanel list or an input at the bottom of the screen.

Upvotes: 1

Related Questions