mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
always show a tooltip when asked to
This commit is contained in:
@@ -59,8 +59,9 @@ module TextMate
|
||||
if choice
|
||||
result = choices[choice]
|
||||
end
|
||||
result = {'tool_tip' => 'No information'} unless result
|
||||
|
||||
TextMate::UI.tool_tip( result['tool_tip'], {:format => result['tool_tip_format'] || :text }) if result
|
||||
TextMate::UI.tool_tip( result['tool_tip'], {:format => result['tool_tip_format'] || :text })
|
||||
end
|
||||
|
||||
def choices
|
||||
|
||||
Reference in New Issue
Block a user