Never mind.
By the way, there is an error in the docs.
sublime.QUICK_PANEL_MONOSPACE_FONT
Should be:
sublime.MONOSPACE_FONT
I have another question too.
How can I get the QuickPanel to show up each item on one line, like Sublimator tends to do.
Never mind.
By the way, there is an error in the docs.
sublime.QUICK_PANEL_MONOSPACE_FONT
Should be:
sublime.MONOSPACE_FONT
I have another question too.
How can I get the QuickPanel to show up each item on one line, like Sublimator tends to do.
The docs you’re looking for are: sublimetext.com/docs/2/api_reference.html
Passing an array of string arrays as the first argument to show_quick_panel() will give you the sub-rows.
[quote=“jps”]The docs you’re looking for are: sublimetext.com/docs/2/api_reference.html
Passing an array of string arrays as the first argument to show_quick_panel() will give you the sub-rows.[/quote]
Woops.
Ah yes, I can get the sub rows, but how do I make one row, format with spaces between? I assume it’s a tab character?