I have an Xcode project with a non-default [SYMROOT][1]. The run
command seems to disregard this and expects the project to be laid
out like:
foo/
Project.xcodeproj
build/ # <-- SYMROOT
which it should not do. Can someone fix this?
[1]: http://developer.apple.com/releasenotes/DeveloperTools/Xcode/
XcodeBuildSettings.html
-- Daniel
… when you can see "svn up /Library/Application\ Support/TextMate" in
your terminal window, much more often than you call your girlfriend
… when you select text, hit " and start screaming because the stupid
application is not as smart as textmate
… when you are desperately trying to find alternatives to
applications because "Edit in textmate" doesn't work with your old
Hello:)
Sorry for my bad english
After \catcode`\{=1 nothing any more is recognized; syntax coloring
is lost
and with (l'article) or {l'article} syntax highlighting is lost; the
first symbol ( or { is not found any more
Thanks for your great soft
Alain Matthes
Hi there,
I'm trying to create a drag command on the HTML bundle to have
TextMate insert a <script src="..." /> snippet whenever I drag a .js
file on a HTML file.
I've duplicated the "Insert CSS" snippet but whenever I try to change
the File Types to 'js' the text field clears itself...
Any ideas what may be happening? Is the drag command stuff borked? It
seems to fail only with .js files (I have a drag command I created
some time ago for .as files and it works perfect...)
I'm using TextMate 1.5.1 1031 on 10.4.6 PPC
Thanks in advance...
a!e
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Just a quick question if there is an estimate on when templates will
be available again in the bundles editor. I just lost one of mine
(made a slight modification and now it is no longer available --
though it still is in the bundle) and would like to make a few
additional templates.
Thanks
Robert
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
iD8DBQFEfdUL0ZwlS5OIzRcRAm0EAKCAGG2fbIrI1aF6mfnm9BkvE+GY5wCguClL
SzCLAQ6cxy67MQFsro+gafE=
=I4WN
-----END PGP SIGNATURE-----
I'm having trouble creating a custom snippet that, for me, would be really
useful.
I want to set up a snippet to create an unordered list nav from a plain text
list, e.g.
foo
bar
coo
tar
I'd like to highlight the whole list, hit a key combo, which would wrap each
list item in <li>, wrap the whole lot in <ul>, and even wrap the text within
each list item in <a href=""></a> for good measure.
Can anyone help?
Many thanks in advance.
Hello list,
First mail to the mailing list, just by textmate yersterday ;-)
Is it possible to jumb to the directly to a function in ruby mode ? (as
we can do in java/eclispe by pressing command key on the function name)
thanks
Arnaud
I've got many projects which have lots of files with same names, like
index.php in every directory or sets of files like class/foo,
template/foo, data/foo, etc.
This often leads to having many tabs with same name and makes switching
difficult.
Are there solutions to this problem? Other than ⌘T, which requires typing?
Ideally I'd like to have parent directory name on tab ("foo/index.php" or
apple-style "index.php--foo").
--
regards, porneL
I am trying to remove line breaks (is this the same as a hard
paragraph return?) from a selection. In bbedit, I go to edit >
remove line breaks. I can't find anything like this in Textmate—
could someone point out the obvious?
Thanks,
Steve
I'm using the Xcode bundle with a fairly complex project layout --
the bundle can not find my Xcode project. I would rather not set an
absolute path to it. This patch allows setting TM_XCODE_PROJECT to a
path relative to TM_PROJECT_DIRECTORY.
If TM_XCODE_PROJECT does not start with a "/" a relative path is used.
-- Daniel