Sublime Forum

on_change callback for overlay input

#1

Hi,
In my plugin I’d like to provide accessibility similar to that of the standard go to line/string command. As the user types in the query it should incrementally jump to the appropriate line of the document. But the file has a specific structure and the query has an according format, so the plain string search won’t work here.

Is it supported to receive incremental updates from the “show_overlay” command? If not, I guess, I can use the input panel but that wouldn’t be so nice.

0 Likes