Sublime Forum

Is there a way to implement input like the Find in Files panel?

#1

Is it possible to develop a panel like this in a plugin to take user input and have drop down menus for selection to be used in subsequent processing of a command? If so, what aspects of the API are used to implement this? I’ve seen show_input_panel but can only get it to show one line of entry.

0 Likes

#2

Apart from the Window.show_input_panel, any other kinds of richer panels is not exposed via the API. There is a enhancement request for it though

2 Likes