Sublime Forum

Can a plugin create windows?

#1

I was wondering if you can create a plugin that creates windows. I’d like to create a window like the sidebar but to show the Outline (the list of functions and classes for the current file). The code is already there since we got Ctrl+R. It would be just a matter of displaying it in another way.

I’m still testing ST2, but so far its great. TY jon.

Export EDITOR=“subl -w -n” !

Cheers!

0 Likes

#2

Thanks, but I mean ‘windows’ in a lower level, not the file window. As if the side bar could be written as a plugin. That’s the kind of window/widget I was asking if one could create.

Cheers

0 Likes

#3

No, but you can access the Quick Panel API :smile:

0 Likes