#!/usr/bin/env ruby -wKU require "#{ENV['TM_SUPPORT_PATH']}/lib/exit_codes" ? TextMate.exit_show_tool_tip("Hello world")
That is exactly what I was looking for. Thank you so much.
Brandon
On Sun, Oct 16, 2011 at 5:00 AM, textmate-request@lists.macromates.comwrote:
Send textmate mailing list submissions to textmate@lists.macromates.com
To subscribe or unsubscribe via the World Wide Web, visit http://lists.macromates.com/listinfo/textmate or, via email, send a message with subject or body 'help' to textmate-request@lists.macromates.com
You can reach the person managing the list at textmate-owner@lists.macromates.com
When replying, please edit your Subject line so it is more specific than "Re: Contents of textmate digest..."
Today's Topics:
- Re: Click to Highlight Opening and closing tags (Allan Odgaard)
- Help with Ruby command (Brandon M Fryslie)
- Re: Textmate not previewing in Firefox 7 (Michael Sheets)
- Re: Help with Ruby command (Allan Odgaard)
- Re: boost library (Andre de Boer)
Message: 1 Date: Sun, 16 Oct 2011 09:46:09 +0200 From: Allan Odgaard mailinglist@textmate.org To: TextMate users textmate@lists.macromates.com Subject: [TxMt] Re: Click to Highlight Opening and closing tags Message-ID: FA1FB4FC-A7EE-40E3-AEC6-8CC2C44F55D3@textmate.org Content-Type: text/plain; charset=windows-1252
On 30 Sep 2011, at 02:50, Basil Babaa wrote:
The following ticket was opened [?] Is there any news of status
There are a lot of open tickets given that TextMate 1.x hasn?t seen new features in years.
There has recently been news that there will be an alpha of 2.0 before Christmas which should close some tickets, but I?m not going into specifics.
Message: 2 Date: Sun, 16 Oct 2011 01:39:55 -0700 From: Brandon M Fryslie bmf@email.arizona.edu To: textmate@lists.macromates.com Subject: [TxMt] Help with Ruby command Message-ID: <CAPjYj-COm=Rw=N=spwU8Zh56oiLW5kNUV++WUN4xdx3qOAxTMw@mail.gmail.com
Content-Type: text/plain; charset="iso-8859-1"
Hi, I would like my Ruby command to replace the selected text, or show a tooltip in some situations. I see there is a command for doing this with bash: exit_show_tool_tip. However this:
puts `exit_show_tool_tip "Error message"`
isn't working for me. Is there some way to do this from inside a Ruby command?
Thanks Brandon