Hello. I'm relatively new to TextMate and new to this list. So, sorry if what I'm asking is dumb and has been covered before.
I've checked the manaul macromates site, but couldn't find the answer. Hopefully this is something easy to remedy.
I recently discovered the commands feature, and was playing with the ActionScript commands that ship with TextMate. I got Find in ActionScript Dictionary set up just fine; that was as easy and determing the path to the help_toc.xml and plugging it in to my shell variables (I have a vague understanding of what I did, but I'm no shell variable expert).
But I can't get Show AS Function Signtare to work properly. When I try it, my cursor is in between the parentheses of the function, and I hit the key command, and tool tip appears, but the contents of the tool tip is an HTML file. It looks like it's the HTML file that would be returned from the Find in ActionScript Dictionary command, just displayed in a tool tip. In fact, if i change output to Show as HTML, I get a search results page just like Find in ActionScript Dictionary.
the command is: "$TM_BUNDLE_SUPPORT/Tools/asd.pl"
It saves nothing, has no input, and outputs as show as tool tip. Scope is source.actionscript
Thanks, Dru
On 20/3/2006, at 20:17, Dru Kepple wrote:
[...] But I can't get Show AS Function Signtare to work properly.
Looking at the svn log it seems that it was accidentally changed to call the asd.pl script instead of functionsig.pl (when the scripts where moved from one location in the bundle to another).
Could you try update the command to:
"$TM_BUNDLE_SUPPORT/Tools/functionsig.pl"
And let me know if it works -- if so, I will fix the bundle at the repository.
No...now I get nothing. (Sorry for the long delay)
Dru
On 3/26/06, Allan Odgaard throw-away-1@macromates.com wrote:
On 20/3/2006, at 20:17, Dru Kepple wrote:
[...] But I can't get Show AS Function Signtare to work properly.
Looking at the svn log it seems that it was accidentally changed to call the asd.pl script instead of functionsig.pl (when the scripts where moved from one location in the bundle to another).
Could you try update the command to:
"$TM_BUNDLE_SUPPORT/Tools/functionsig.pl"
And let me know if it works -- if so, I will fix the bundle at the repository.
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate