Sublime Forum

Can I programmatically use the Goto Anything dialog?

#1

Would it be possible to write a plugin that allowed the user to open the Goto Anything dialog and instead of opening the selected file, instead it inserted the path of that file? This could be very useful for when you are writing include/require statements. I just can’t see any documentation on how you could intercept the default action (or to make a ‘clone’ of the goto dialog). Any ideas?

0 Likes

#2

bump

0 Likes

#3

Not possible at the moment. Using the API, you can create InputPanels and QuickPanels, but it isn’t the same.

0 Likes