[TxMt] Completion menu doesn’t take into account the width of the image

Jacob Carlborg doob at me.com
Sat Aug 6 18:46:00 UTC 2016


If I have a command with the following Ruby code:

require ENV['TM_SUPPORT_PATH'] + '/lib/ui'

icon_plist = "{ tm_small = '/Applications/TextMate.app/Contents/Resources/TextMate Help/images/tm_small.png'; }"
system(ENV['DIALOG'], "images", "--register", icon_plist)
result = [{ 'match' => 'foo', 'display' => '12345', 'image' => 'tm_small' }]
TextMate::UI.complete(result)

If I type "f" and invoke the command the completion menu will appear. But it looks like the menu doesn't take into account the width of the image since the "5" is cut off and there's no margin between the "4" and the edge of the menu.

—
/Jacob Carlborg


More information about the textmate mailing list