The Ruby Debug.tmbundle is pretty old
http://www.datanoise.com/articles/2006/8/27/control-debugger-from-textmate
and I can't get it working anymore.
When I try and set a breakpoint in a rails project I'm getting this
tooltip error in textmate:
"We are not in a state that has an associated file"
The scope for the set breakpoint command is: source.ruby - comment
Does anybody have any ideas about why?
I put a copy of the Ruby Debug.tmbundle zip directory on github here:
http://github.com/stepheneb/rubydebug.tmbundle/tree
FYI: the ruby-debug gem itself has been updated so this command invocation:
rdebug -s --no-stop ./script/server
needs to replaced with:
rdebug -s --no-stop ./script/server
Guys,
I'm currently trying to develop a command which gets some log from a
cmd pipe and send the result of the TM command to the HTML output,
just like that:
cmd_pipe = open("|my_long_script.sh 2>&1")
cmd_pipe.each_line do |line|
print line
STDOUT.flush
end
cmd_pipe.close
This allows the web preview to be updated (better than the print
`my_long_script.sh 2>&1' for that reason) while the command is
processed. But my problem now is that the web preview does not got to
the end of the file automatically... This is a bit painful while
staring at the result of the command.
Do someone have an idea to force the web preview to scroll down each
time the STDOUT is flushed? Or something like that.
Thanks in advance.
Best regards,
Mathieu
___________________________________________
Mathieu Godart
Skype: mathieu_godart
MSN: mathieu_godart(a)hotmail.com
ASIC Integration Manager
Coolsand Technologies
___________________________________________
Hi list,
I started python and therefore I downloaded v3.0.1 as a dmg and
installed it.
If I test the version in the terminal with
python -V
it returns
Python 2.5.1
The same is used within Textmate.
I thought the old one will be updated with the new version... How
could I used the new version of python and where got it installed?
Thanks in advance
Christian
When I press that combo (by accident) I see the bottom bar of the TM
interface become a full-width text field with a flashing insertion
cursor, but I have been too scared to type anything into it. Has
anyone seen this? Any ideas what it means?
Thanks in advance,
Walter
Hi,
Recently I encountered a problem of running Perl script by cmd-R.
The error is:
/bin/bash: line 9: -e require
"#{ENV["TM_SUPPORT_PATH"]}/lib/tm/executor" require
"#{ENV["TM_SUPPORT_PATH"]}/lib/tm/save_current_document"
TextMate.save_current_document
TextMate::Executor.make_project_master_current_document
TextMate::Executor.run(ENV["TM_PERL"] || "perl",
"-I#{ENV["TM_BUNDLE_SUPPORT"]}", "-Mexception_handler",
ENV["TM_FILEPATH"], :version_args => ["-e", e_sh(%q{printf "Perl
v%vd", $^V})]): No such file or directory
I have tried to use GetBundle to update but this does not help.
Textmate: 1.5.8(1498)
[Sat Mar 14 22:33:05 mbp ~]$ cat /Users/cmlai/Library/Application\
Support/TextMate/Pristine\ Copy/Support/version
11282
Help?
Okay, I've created a patch using the instructions in the wiki article;
I've used SVN a fair bit, but never touched git so I'll leave that to
folks more knowledgeable than me. The diff file is here:
http://pastie.textmate.org/416564
Let me know if there's any other way I can ease the addition of this
patch to the code base.
> ---------- Forwarded message ----------
> From: Allan Odgaard <mailinglist(a)textmate.org>
> To: TextMate users <textmate(a)lists.macromates.com>
> Date: Sat, 14 Mar 2009 15:52:19 +0100
> Subject: [TxMt] Re: Updating Javascript bundle?
> On 13 Mar 2009, at 17:14, Michael Newton wrote:
>
>> [...]
>> So, how can I get the official bundle updated with this stuff? The
>> modified 'Commands/Documentation for Word.plist' is at
>> http://pastie.textmate.org/415305 and the index file
>> 'Support/dmo_index' is at http://pastie.textmate.org/415304
>
> http://wiki.macromates.com/Bundles/HowToContribute
>
>
>
>
>
> ---------- Forwarded message ----------
> From: Daniel Stockman <daniel.stockman(a)gmail.com>
> To: TextMate users <textmate(a)lists.macromates.com>
> Date: Sat, 14 Mar 2009 13:11:59 -0700
> Subject: [TxMt] Re: Updating Javascript bundle?
> On Mar 13, 2009, at 3/13 9:14 AM, Michael Newton wrote:
>
>> So, how can I get the official bundle updated with this stuff? The
>> modified 'Commands/Documentation for Word.plist' is at
>> http://pastie.textmate.org/415305 and the index file
>> 'Support/dmo_index' is at http://pastie.textmate.org/415304
>
> If you're into the Git hotness, you could clone my fork[1] (or download a zip/tarball) of Thomas Aylott's work-in-progress restructuring of the bundle. I committed your patch into my repo, I like it a lot. :)
>
> [1]: http://github.com/evocateur/javascript.tmbundle/tree/master
>
> Regards,
> Daniel
>
>
--
Michael Newton
http://mike.eire.ca/
What's the process for updating a bundle? I got sick of looking at ads
whenever I needed a bit of Javascript documentation so I rewrote the
Javascript bundle to use developer.mozilla.org for documentation. In
addition to changing existing links, I also added dozens of very basic
methods (like document.getElementsByTagName or Array.join), statements
(like if...then...else), and operators (eg instanceof or new) that
were not included for some reason. And removed things like taint and
untaint, which haven't been supported by any browser since Netscape 3.
Hopefully the people from 1996 won't mind.
So, how can I get the official bundle updated with this stuff? The
modified 'Commands/Documentation for Word.plist' is at
http://pastie.textmate.org/415305 and the index file
'Support/dmo_index' is at http://pastie.textmate.org/415304
--
Michael Newton
http://mike.eire.ca/
Hello,
Is there an easy way to assign `Next Completion' to the `fn' key and
`Previous Completion' to `shift' + `fn' ?
(Reaching the `esc' key on a laptop keyboard is quite a stretch...)
Thanks,
Stéphane.
--
Ce message a été vérifié par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a été trouvé.
CRI UPVD http://www.univ-perp.fr
I have a WordPress 2.7 blog that I had been using with TextMate.
Around the time I upgraded WordPress to 2.7.1 and TextMate to 1.5.8
(1498), TextMate lost the ability to interact with my blog. it gives
"Error: bad login/pass combination(403)."
I've isolated the issue to when my password contains an ampersand (all
the other characters are letters and numbers). For example, when I set
the password to abcabc it works, but abc&abc does not.
Hello,
When I'm using TweetDeck, if I click on a link in TweetDeck TextMate
pops to the front and tries to open the URL. It can't and I get this
error:
This version of TextMate does not support “twitpic.com” in its URL
scheme.
If I drag TextMate to the trash, Safari opens the link as expected.
If I copy the link in TweetDeck it looks like this:
event:http://twitpic.com/1xtwr
Is there anyway to get TextMate to stop trying to open these links?
Thanks,
Adhamh