Hi,
first I’ve to say thanks for Sublime Text, the plugin development is easy and can used on all platform.
Now the my problem/question. I have develop plugin which helps user creating markdown. The plugin is for ST2.
Therefor I will create inputs for the link, image syntax and …
At the moment I use the input_panel chain as it is explained in http://www.sublimetext.com/forum/viewtopic.php?f=6&t=15669&start=0&hilit=input+panel and in https://github.com/kitensei/sublime-wildstar-skeleton/blob/master/WildstarAddonBuilder/WildstarAddonBuilder.py.
Now I will support also ST3 and I’d like to remove this chain by multiple input fields in one panel.
My two questions are:
- Can multiple fields be created in one panel? If yes, please give my a short example.
- How can I set the position of a quick_panel, e.g in the panel below the active window.
Thank,
Jevo