Hi,
I just wanted to play with the new LaTeX bundle Alex Ross is
developing, and I can't access it. The following link seems to be
broken:
http://github.com/alexross/latex.tmbundle
Additionally, I couldn't checkout the latextra bundle. Is it still
supposed to be there?
Thanks,
enas
I've set SVN_EDITOR to mate in hopes of using it to compose my check-
in messages. Everything
seems to work fine, I get a window in TextMate all set up with spiffy
colored lines showing me the
files that changed, etc. When I'm done editing, I hit Cmd-S and Cmd-W,
but in the shell window
of Terminal I see:
Log message unchanged or not specified
(a)bort, (c)ontinue, (e)dit:
What am I doing wrong?
Bryan
Just found the following workaround:
* open a file written in the secondary language
* select all
* open "Spelling and Grammar" (Cmd + :)
* select the language of the document from the select box on the bottom
* click on change (all text is removed)
* undo (Cmd + z)
antiraum wrote:
>
> I have the same issue. Spellcheck doesn't work anymore for the secondary
> language in Snow Leopard.
>
>
> Melanie-B. wrote:
>>
>> Since I installed Mac OSX 10.6 (Snow Leopard), the 'spelling and grammar'
>> function in Textmate is not working anymore :-(
>>
>> My default system language is german. When I type german texts in TM,
>> everything is ok. But most of my documents are in english and TM doesn't
>> recognizes it. Nearly every word is underlined in red.
>>
>> Is this a known bug? If yes: Is there a workaround?
>>
>> I will be happy to provide more information about my system
>> configuration, if you tell me, what you need to know.
>>
>> Thanks,
>> Melanie
>>
>
>
--
View this message in context: http://old.nabble.com/Spelling-and-Grammar-in-Snow-Leopard-tp26096441p26230…
Sent from the textmate users mailing list archive at Nabble.com.
I have the same issue. Spellcheck doesn't work anymore for the secondary
language in Snow Leopard.
Melanie-B. wrote:
>
> Since I installed Mac OSX 10.6 (Snow Leopard), the 'spelling and grammar'
> function in Textmate is not working anymore :-(
>
> My default system language is german. When I type german texts in TM,
> everything is ok. But most of my documents are in english and TM doesn't
> recognizes it. Nearly every word is underlined in red.
>
> Is this a known bug? If yes: Is there a workaround?
>
> I will be happy to provide more information about my system configuration,
> if you tell me, what you need to know.
>
> Thanks,
> Melanie
>
--
View this message in context: http://old.nabble.com/Spelling-and-Grammar-in-Snow-Leopard-tp26096441p26230…
Sent from the textmate users mailing list archive at Nabble.com.
Hello, everyone.
I would like to know how to extend the syntax styling to highlight a
proprietary syntax in my code. When I author html emails, I use the command
"%link=%" to denote trackable links like so:
<a href="%link=http://www.link.com/%">Link Text Here</a>
I would like the text "%link=http://www.link.com/%" to be highlighted in
blue or something obvious so that I can quickly scan my code to see which
links are tracking and which ones aren't. I have tried reading through the
TextMate HowTo's and Documentation to learn about extending language
grammars in my custom bundle, but I can't make sense of it. Can someone tell
me what I need to do to make this happen?
Here is what I was reading:
http://manual.macromates.com/en/language_grammars
Thanks, in advance.
--
Graden Hudson
Graphic Designer
Wellness Council of America
9802 Nicholas Street, Ste. 315 | Omaha, NE 68114
Phone: 402.827.3590 | Fax: 402.827.3594
ghudson(a)welcoa.org | www.welcoa.org
I use TM to frame out basic shell scripts all the time, mostly working
in bash.
I have this
#!/opt/local/bin/tclsh
puts "start of my tcl script"
set lst {{item 1} {item 2} {item 3}}
What bundle item do I need to unfilter out in order to get "Run" to
work on this? Currently I use "Shell Script".
I can end the script in .shell and that does it, but I never have had
to do that with other bash scripts, I just set #!/bin/bash and I am
usually good to go. Why is setting of my shebang to #!/opt/local/bin/
tclsh not kicking TM into the correct scope?
Thanks.
--
Scott * If you contact me off list replace talklists@ with scott@ *
Hi there:
This is my problem, ⌘] suddenly stopped working, however via menu >
Text > Shift Right work perfectly.
Shift left working OK (via shortcut and menu).
Any light?.
Thanks,
--
juan pablo aqueveque
www.juque.cl
It doesn't seem so with the trial version of 1.5.9 under Mac OS X
10.6.1.
What am I missing?
Mickey
--
Michael 'Mickey' Sattler - San Francisco - California - USA
Contact info at http://www.sattlers.org/mickey/contact/
I was born not knowing and have had only a little time to change that
here and there. -- Richard Feynman (1918 - 1988)
While working with Maven, I've found a maven-yamlpom-plugin, which
allows to edit the pom.xml as pom.yml, by converting one to the other
and keeping them in sync. The problem with the plugin is it's buggy
and rearranges lines, drops all comments, and can't sync when times
match, such as after a git pull.
While thinking about it, it occurred to me that what matters when
working with such hairy XML in YAML is that YAML is a human-readable
form of XML. It's not really necessary to keep a pom.yml -- I only
edit it in TextMate anyways. What's really needed is an XML *editing*
mode... in YAML!
Is it possible to have an XML mode where XML will be converted to YAML
upon loading, then dumped back as XML?
Cheers,
Alexy