Hi,
in TM1, the incremental search (^s) allows me to jump to the next match
by pressing ^s again. This silently fails in TM2. (If it's just NYI,
please simply ignore the noise.)
Christopher
I have an old TeX file which I need to recompile.
It cannot be compiled with pdflatex, but it can be compiled with
latex then dvips and then pstopdf.
Has anybody written a Textmate macro directly using this toolchain
or do I need to write the macro myself?
> When in XML mode, with the caret inside <a></a> like <a>|</a>, pressing
> ^< does not result in <a><p></p></a> as it does in TM1, but in
> <a<>></>></a>, which is not well-formed XML.
I had noticed this in HTML mode as well and I think I've found kind of a workaround. In the HTML bundle, select "Insert Open/Close Tag (With Current Word)" and change "Input" from "Selection" to "Nothing". This will prevent the behavior you are seeing but will also remove the ability to type an element name and invoking this function to make a tag out of it. TM1 seems to have more"Input" filter options.
Not sure what to do about your other issue with the ^<a completion. Maybe it is related to the input filters as well.
Hope this helps,
Craig
Dear all,
The R bundle for Avian/TM2 seems to have lost the (neat) ability to
add and move to an indented new line after typing an open brace
followed by Enter. That is, going from
{.}
to
{
.
}
by typing Enter (dot indicates caret). I got used to this in TM1 and
it saved countless little bits of time, so I'd like to get it back. I
see that it works in C, so obviously it can be done with TM2, but I'm
not sure what change I need to make to the R bundle to get it working
again. Any pointers would be gratefully received...
While I'm on the topic, it would be nice if standalone "if" statements
produced indentation on the next line (again as in the C scope), so
that I can write R code like
if (x < 0)
x <- abs(x)
without having to indent the second line manually (and then unindent
the line following it). This has never happened with the Textmate R
bundle, so perhaps Hans-Jörg could take it as a feature request... ;)
I assume it's a matter of tweaking the language grammar.
All the best,
Jon
I'm missing the old HTML/PHP bundle in TM1 - the one that was revised to work with mixed HTML and PHP. Does anyone know how I can install it in TM2 or have a replacement for use in TM2.
Cheers,
Ed Wong
Is there any .tm_properties OakLineHeightDelta equivalent? I am using -2 OakLineHeightDelta in TM1, which somehow matches to Xcode and other NSTextView based text editors.
Cheers,
--
Adam Strzelecki
From the 8956 release notes:
"Introduced callback.application.did-activate and callback.application.did-deactivate as two new semantic classes. A command with this class will be executed when the application gain/lose focus. The scope selector is matched against the “current scope” of the visible document (in each window). This allows creating a command with “Save” set to “Modified Documents” and thereby recreating TextMate 1.x’s ability to save modified documents on lost focus."
Has anyone gotten this to work? In my personal bundle, I created a new command called "Save files when focus is lost", set the Semantic Class to "callback.application.did-deactivate", set Save to "Modified Documents", and Input to "Nothing". But the files never save. Can't think what I'm doing wrong.
By the way, the command shows up in the Bundles menu, even though there's no point to having it there. Is there a way to keep the command enabled and active but off the menu?
Thanks,
Trevor
I'm using Txmate 1.5.10 on Lion.
I've always been able to run Ruby programs from within Txmate, now I can't.
I've changed a few things in my set up, though, so that might be the reason
(?).
First I downloaded Ruby 1.9.2 from RVM and I modified my path in .profile
as follows:
PATH=$PATH:.:~/.rvm/rubies/ruby-1.9.2-p290
export PATH
Could that be the reason I'm having problems?
Is there a way to click on a folder in the file browser and create a new
file? I know you can create new folders and at the moment i'm duplicating
files in place of creating them, but if you create a new folder I can't see
a way of creating a new file.
Thanks.
--
View this message in context: http://old.nabble.com/Create-New-File-tp33111522p33111522.html
Sent from the textmate users mailing list archive at Nabble.com.
Hi,
Just to know if it's plan or not to add Project File to TM2, because i use
a lot of projet and it's really borring to find the projet in the finder !
Thanks.