Friday, 15 January 2010

python - Accessing the Quick Panel user input in a Sublime Text 3 -



python - Accessing the Quick Panel user input in a Sublime Text 3 -

is possible utilize sublime text 3 quick panel retrieve user input goto_line command does?

when nail ctrl+g, quick panel appears , can nail come in value. cannot when utilize panel manually

if utilize quickpanel without values, cannot validate , hence cannot retrieve value inserted user.

i'm trying plugin create lua addon skeleton game, , need retrieve multiple user inputs follows:

is possible utilize quick panel or must utilize show_input_panel multiple times ?

afaik there no way take arbitrary input quick panel. input used fuzzy filter list.

for plugin, here's crazy idea: maybe can create snippet text , fields input want. plugin can have command when run creates new scratch buffer insert snippet. 1 time user has filled out fields, can either run command, or close view (your plugin should have listener event) execute , whatever.

python plugins sublimetext3

No comments:

Post a Comment