+32
Generic API for building UI based plugins.
I would very much appreciate an API to build plugins that need user-interaction and therefore integrate nicely with the Sublime Text 2 UI. Something like "TM Dialog" of TextMate would in my opinion be a great addition for Sublime Text 2.
Служба підтримки клієнтів працює на UserEcho
As i think, this idead will be moved on ST3 or ST4 release.
I think web dialog integration with basic hooks to handle calling js functions and listening to them (which most webview APIs allow for) would be perfect in the beginning. While the native UI components would also be great, I know it is a lot more effort, mostly because of layout control.
I'm looking at building a plugin that hooks the code much deeper into interactions with a local server for code assist in very dynamic languages and other generation tools that would be much better off written and managed by the server. For this, a simple web page, with light integration in Sublime, makes a lot of sense. It is likely that even if you had the native controls, I would not use them for this use case.
In the end, however, native controls (as opposed to web) would probably be the most used api across all plugins in general, as I recognize my usage is not the most common haha.
Cheers and thanks for a great editor!
Also, other kinds of generic panels and tooltips would be great and bring it closer to a modern Emacs dream :)