[TxMt] Re: Help with Ruby command

Allan Odgaard mailinglist at textmate.org
Sun Oct 16 09:23:33 UTC 2011


On 16 Oct 2011, at 10:39, Brandon M Fryslie wrote:

> […] exit_show_tool_tip […] Is there some way to do this from inside a Ruby command?

    #!/usr/bin/env ruby -wKU
    require "#{ENV['TM_SUPPORT_PATH']}/lib/exit_codes"
    ⋮
    TextMate.exit_show_tool_tip("Hello world")



More information about the textmate mailing list