Absolute noob here. New to Mac and to TextMate. Have and am reading the Prag TextMate book. Feel free to send me to a link or such.
I'm trying to run an rspec test under TextMate. I have the rspec gem installed and the test runs under Terminal. Does not run under TextMate, with the require failing. I assume I am missing some path setting or the like in TextMate but can't work out what it is.
I'm told there is an rspec bundle that should "solve" this. I tried what's on this page:
http://rspec.info/documentation/tools/extensions/editors/textmate.html to no avail.
I can't find the rspec bundle on RubyForge and when I try the second suggestion on that page, namely cd ~/Library/Application\ Support/TextMate/Bundles/, I find no Bundles folder under the TextMate folder, just a file, textmate.pid.
I think I'm in that early stage where there are one or two key things I don't know. The alternative is that I'm hopeless. :)
Suggestions welcome. Thanks!
Ron Jeffries
www.XProgramming.com
I try to Zen through it and keep my voice very mellow and low.
Inside I am screaming and have a machine gun.
Yin and Yang I figure.
-- Tom Jeffries
I cannot get TextMate to recognize my git installation
1) Git is installed in the /usr/local/git/bin/git directory
2) I've set up the Shell Variable of TM_GIT to "/usr/local/git/bin/git"
3) I've turned off the PATH variable, as well
But when I try to install a bundle with GetBundles through GitHub, I still
receive the same error. Here's an example:
8/21/2011 18:34:40 TextMate[GetBundles]
Could not install “PHP Drupal” by using
“https://github.com/psynaptic/php-drupal.tmbundle/tarball/master”
sh: git: command not found
Any assistance is appreciated
--
View this message in context: http://old.nabble.com/TextMate-cannot-find-use-git-tp32307720p32307720.html
Sent from the textmate users mailing list archive at Nabble.com.
Hi,
Is there a way to refresh an open file in case the file was changed outside of TextMate?
I use the R Console Bundle and there I have the option to execute R-code and the output is written into another file.
Now I have to reopen this particular file in order to see the changes.
(so I have my script-file open, execute some commands and the output is written to another file (r_res) – but I don't see the newly generated output If this file is already opened– I have to close and reopen r_res to see the newest output generated)
It would be really nice if I could tell TextMate to 'refresh' that file because I know that something was changed in the meantime.
I hope someone understands my problem ;),
Hi all,
I have written a bundle (a macro actually) that edits a file by
finding/replacing characters. However I want to add the functionality for it
to also delete the last character of each line of the document. I tried
using the command moveToEndOfParagraph and DeleteBackward, but it only
deletes the last character of the last line of the document. What command(s)
would I use for the macro to delete the last character of every line? The
number of lines in the document will vary, so I cannot put a hard line count
into the macro.
Thank you for your help.
Keith
--
View this message in context: http://old.nabble.com/Need-help-editing-a-bundle-tp32266863p32266863.html
Sent from the textmate users mailing list archive at Nabble.com.
Hi, I'm a fairly new user to TextMate and love it, in particular the TODO
Bundle, but.
Is there any way to make it recognize TODO's across entire projects (tmproj
etc.)?
I often note them down but as often I forget where I put them.
Thanks :)
Best regards / Med vennlig hilsen
Thor Erik Lie
<http://thorerik.net>
Hi everyone,
I use textmate latex bundle with PDFView to write my documents.
Everything went fine before yesterday ....
I got my registration number and registered my copy of textmate (1.5.10,
1631). Then when I type 'cmd-R' and click the button 'View in PDFView',
things happened, the error massage is:
=====
check_open: Application appears not to understand request
tell application "PDFView" display tex line 5 of file "duvrr_Abeta.pdf"
end tell
Found 0 errors, and 0 warnings in 0 runs
=====
and PDFView also prompts an error with a new window:
=====
The document couldn't be loaded
The document file://localhost/xxx.pdf couldn't be loaded
=====
but it does opens the desired pdf file
I also changed to 'view in TextMate' or 'view in Preview', they are all
right. Only PDFView is in trouble ...
Could you please tell me how to fix it?
Regards,
Hao
I'm using the TODO bundle. It will find all TODO tags in the current file, but will not report all tags in the .tmproj project. The project is simply files in a single directory.
Any help is appreciated.
Thanks.
> When I have a number of files open in tabs - the draw/file-tree can be in any state (folder closed etc). So it's sometimes hard, or just time consuming to locate the current selected tab's file in the tree.
>
> Is there a shortcut does: "show be this file in the draw"
>
> I've had this in other editors - but can't seem to find it in the Menus. Alternatively, is there perhaps a more "Text-matey" way of doing this?
>
> Thanks for the advice.
>
> --
> Phil Cockfield