Skip to content

WindowView

Lorenzo Pichilli edited this page Mar 21, 2018 · 7 revisions

Because Sublime Text doesn't have any API that allows to create advanced panels with more than one text input, select box, etc., I created this feature in order to allow the user to set more inputs in the same view and click links or buttons with different callbacks rather than to be restricted only to show up multiple times a simple Sublime Text input panel.

This feature is used for example in some Code Refactoring commands. Some quick examples are:

Keymap

Shortcut Description
tab Go to next input text field
shift + tab Same as tab
super + alt + a Select all the text in an input text field