Hi,
The SVN "Diff with revision" feature doesn't work at the moment. The dialog appears to select the revision and when you click OK a progress bar appears "Fetching diff (revision no.)" and then an error dialog saying "The 'svn' command produced an error".
Other diff functions off the Cmd-Y menu work fine.
Cheers,
Jonathan.
Hello.
Please let me know if this kind of e-mail is not welcome in this list.
I am looking for a updated Cheat Sheet for Textmate 2 but lookingg on the web I just get old stuff.
If someone knows where I can find it, i will appreciate it.
Thanks,
Adler Medrado
Site: http://adlermedrado.com.br
Blog: http://blog.adlermedrado.com.br
Twitter: @adlermedrado
I often use TM as a general purpose text editor (and softwrap is useful in
those cases)
But for coding I never want it enabled.
Is there a way to set this is tm_properties, in a way that will override
the restored GUI prefs?
Various git posts and the FAQ suggest you can *enable* it in tm_properties,
even when gui setting has it disabled
But I'm not having much luck doing the inverse
https://gist.github.com/dvessel/1478685https://github.com/textmate/textmate/wiki/FAQ
Thanks
Hi guys,
I have a number of macros which move the caret. They would be nicer if they put it back where they found it. Is there a neat way of getting a macro to put the caret and/or selection back where it found it? Failing that, is there an ugly one?
Thanks
Robert
Hi guys,
Can anyone tell me how to add (sub)menus in the Bundle Editor? I want to subdivide the Menu Actions in my bundle into manageable chunks. How to add dividers to a menu would be a bonus.
Unfortunately, a search of the usual suspects hasn’t gleaned me anything relevant to TextMate 2.
Thanks
Robert
Has anyone else had this problem? I'm not sure of the exact steps to
reproduce. It sometimes works and sometimes doesn't.
If nobody else knows I can do more research.
Thanks as always for a great product.
--
Tom Smyth
Worker-Owner, Sassafras Tech Collective
Specializing in innovative, usable tech for social change
sassafras.coop *·* @sassafrastech
Resident, Touchstone Cohousing
touchstonecohousing.org
Hi everybody!
I'm trying to make an enhanced paste-function which evaluates the text
pasted into a blank textmate document, and assigns the document's
language accordingly.
Is there a non-AppleScript way of assigning language? It is very lacking
in text examination, so it would be much less clumsy in, say, bash.
I know I can use this.:
keystroke "h" using {control down, option down, shift down}
keystroke "1"
To set the syntax as HTML by “faking” the keyboard shortcut.
Thanks!
Rasmus
Hiya,
Is it possible for a bundle command to accept a single selection and return multiple selections (or just carets)?
Here’s an example (brackets indicate selection, | is a caret );
Stage 1:
state: …class="|dark-theme"…
action: select "dark-theme"
Stage 2:
state: …class="[dark-theme]"…
action: [Hypothetical caret split command]
Stage 3a:
state: …class="[dark]-[theme]"…
or
Stage 3b:
state: …class="|dark-|theme"…
Then I’d press command T to …
[View More]switch from "dark-theme" to "theme-dark".
Im not sure what the logic would be in the bundle, my use would be served by simply returning the caret at the beginning and end of my selection (then command + w to select the word).
I’m also curious how Filter Through Command’s behavior could be reproduced in a bundle command, where the commands results are distributed to each line.
Thanks everyone!
Graham P Heath
ps: I’ve got some serious love for multiple carets ♥️♥️♥️
[View Less]
This document doesn't quite seem right anymore:
http://blog.macromates.com/2007/file-type-detection-rspec-rails/
I checked my manual bindings and ruby is not in there, yet my RSpec first
line match isn't working.
Does anyone know how to fix this for version 2?
Thanks
--
Tom Smyth
Worker-Owner, Sassafras Tech Collective
Specializing in innovative, usable tech for social change
sassafras.coop *·* @sassafrastech
Resident, Touchstone Cohousing
touchstonecohousing.org
Can't get text mate to work in terminal. Says “mate” command is not found. I created the symbolic link and update .profile and .bash_profile. Both are included. Even rebooted.