I have tm set up as my default editor with the following line in
~/.subversion/config:
[helpers]
editor-cmd = tm
tm and tm_wait are installed in /usr/local/bin and the path is set in
the bashrc. When I enter
svn commit .
Textmate opens up the temp file svn.commit, however when I save svn
doesn't seem to recognize the file status, still saying the file is
unchanged. What am I doing wrong here? Thanks,
Ben
___________________
Ben Jackson
Diretor de Desenvolvimento
ben(a)incomumdesign.com
http://www.incomumdesign.com
If you have TextMate 1.1b11 installed and is coding with PHP, then
please visit [ http://www.imediatec.co.uk/tm/phpcc/ ] and help out
testing a new PHP Code Completion solution for TM.
All 3653 php functions supported with completions, snippets, tooltip
information and full PHP Online documentation inside TM.
Please note! This bundle is still in development, so please let me
know what you would like to have added, changed, etc. etc.
Kind regards,
Mats
----
"TextMate, coding with an incredible sense of joy and ease"
- www.macromates.com -
So I'm trying and trying and just can't seem to get .rxml files to
open (in Version 1.1b11)... not at all! I checked the file
association and I've set it to TextMate, but it won't let me drop the
files on its icon nor click to open them from the drawer. It's very
strange.
By the way, the .rxml files are for Rails, so they're basically Ruby
code. I did eventually get ONE .rxml to open in tm (but only one!)
and it didn't take on the right formatting, so maybe the program
isn't aware of them at all? Just kinda weird.
Any ideas on how to get these files to open?
Best,
Raymond
--
Raymond Brigleb, Needmore Designs
Website http://needmoredesigns.com/
Email ray(a)needmoredesigns.com
Phone 503.490.4595
Hi, I'm an avid user of the PHP-Smarty bundle that was included in
Textmate 1.0 and is one of the main reasons I'm using TextMate. This
bundle worked fine in the 1.1 betas until beta5 when the new "theme"
system was introduced.
As such I was wondering how much trouble it would be to convert this
bundle to the new system and if there's a guide of some sort. If given
permission from the original author I could probably add it to the
bundle repository as well if I get it working.
Regards, Joakim Bodin
--
Joakim Bodin <joakim.bodin(a)gmail.com>
http://www.ripley.se
"That's what comes with yellow cross on blue."
Still experimenting with the new theme system, I came across this
problem in the default PHP bundle : I want to hilight "->" operator,
like in :
$smarty->template_dir
Tried to add my own, no success (the ctrl-shift T tooltip says the
scope is source.php).
Then I realized the right syntax existed in the Bundle :
<dict>
<key>match</key>
<string>(::|->)|\b(abstract|cl(ass|one)|extends|function|i
(mplements|nterface)|new|parent|self|__(autoload|c(all|lone|onstruct)|
destruct|get|s(et|leep)|toString|wakeup))\b</string>
<key>name</key>
<string>keyword.construct.php</string>
</dict>
(note the -> )
It seems correct, but it turns out that "->" is not matched in the
string "$smarty->template" but it is when it's surrounded by spaces :
"$smarty -> template".
Am I wrong to say it looks like a parsing bug ?
Dominique.
Hi to all,
I'm finally moving to TextMate ß11 and I'm experimenting with some
personal customization.
I like to keep variables black and make language related very
contrasted with blue and red colors, ... including "equal" variable
affectation symbol, like in :
$a = 2;
Question : what scope the "equal" symbol should belong to ?
Same question with the "->" symbol like in: $this->property .
Thanks.
Dominique PERETTI
http://www.lachoseinteractive.net/
SvnX, a GUI for svn on Mac OS X (http://www.lachoseinteractive.net/en/
community/subversion/svnx)
Hi all,
I gave TextMate a try, I absolutely love it's feel. I'd definetly buy
it, if only it would support more text encodings besides Unicode and
iso-latin-1. Specifically, as a hungarian I'd need iso-latin-2
(iso-8859-2), but I assume there other people from other parts of the
world with similar concerns, needing different encodings.
I think SubEthaEdit solves this right, with an editable encodings list,
and an option to either convert the current text to the new encoding,
or "reopen" the text with a new encoding.
I'd be glad to help out with testing or coding or whatever to make this
work.
cheers,
Zoltan Varady
I tried dragging an image into the release notes (after setting the
theme to Markdown>Markdown) and got a bunch of binary data. Is this a
bug or did I not misunderstand the release notes? ;
Something that has been driving me crazy is that only when I am on an
XHTML page I could use XHTML snippet and only when I am on Rails
pages can I use Rails snippets. I should be able to use Rails
snippets in XHTML pages.
How can I got about doing that?