Forgive the spam, but I can't for the life of me figure out what the
keyboard shortcut for the Edit in TextMate service is supposed to be
-- the cmd+-^- symbol has no meaning to me, and I have yet to figure
it out.
Any help would be much appreciated -- thanks.
-jrk
I think command+option+w should be close all (windows in a project)
rather than soft wrap. All other applictions (and by that I mean at
least the finder and pages) close all windows on command+option+w.
Andreas
The syntax highlighting for below shell script is incorrect, the
nested parenthesis are not properly handled. No idea if this can be
easily fixed...
Gerd
#!/bin/sh
currFolderPath=$( /usr/bin/osascript <<"EOT"
tell application "Finder"
try
set currFolder to (folder of the front window as alias)
on error
set currFolder to (path to desktop folder as alias)
end try
POSIX path of currFolder
end tell
EOT
)
cd "$currFolderPath"
Hello all.
I tried to find the info I request now in the
archives and on google. I couldn't find anything.
Is there a way to change the behavior of the end-key
not to go to the end of a page. I whould prefer going
to the end of the line.
Can I configure something like that in textmate?
Thanks.
Regards
Karl-Heinz
This is something I would like to have sometimes, to be able to
narrow the project tree in the project drawer to some subtree. For
instance, in a project with a lot of stuff (docs, aux scripts, etc.)
I'd like to focus on the source subtree when programming.
Just an idea to throw to the "desired features by at least one
user" :-).
-- fxn
I'm wondering if anyone else is having problems running LaTeX from
Textmate. I am geting curious errors regarding multiply-defined tables
and equations, despite the fact that all tables and equations were
confirmed not to be multiply defined. Note that running LaTeX from
TexShop results in a successful build. I am using the same version of
LaTeX for each.
Thanks,
C.
This seems to mean jump a paragraph in most apps, but I can't really
work out how it works in TextMate, anyone?
I think it would be rather natural if it jumped between folding
points ...
Andreas
I'm getting the following parse error when I try to run the "Blame"
command from the Subversion menu:
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Subversion.tmbundle/Support/format_blame.rb:61:
parse error puts ''+ linecount.to_s + "\n" + ^
This happened on build 540 as well as 567. I'm running 10.3.9.
Thanks,
Bryce