Sublime Forum

QuickPanel MonoSpace

#1

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.

0 Likes

#2

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.

0 Likes

#3

[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?

0 Likes

#4

I’d assume he just uses the right number of spaces to make things line up

0 Likes