It seems the "check all" and "uncheck all" menu options were removed from the
Git commit dialog.
Is there a reason for this? And could they be making a comeback at some
point?
Thanks
--
View this message in context: http://textmate.1073791.n5.nabble.com/Git-commit-dialog-Check-All-removed-t…
Sent from the textmate users mailing list archive at Nabble.com.
I'm not a programmer, but I would definitely like a simple way to control versioning. I use text mate for HTML, CSS, and basic PHP. I personally hate Apple's versions, and they have caused problems, so I disabled them in apps that had them on by default.
Being not very technical when it comes to certain things, I have never used Git, Mercurial, and don't know where to start.
If some simple versioning system was put into textmate, I would use it right away. The ability to show differences between versions would be great for things like HTML and CSS, and highlighting would make that easy. We would need the ability to control the highlight color (background color and text color) since we all use different syntax highlighting themes.
thanks
The size of bookmarks and arrows for folding blocks in the gutter seems larger to me in TM2.0-beta1. I prefer a very small size and do not know how to change that. Through gutterSettings in my theme (Mac Classic)? I would welcome any help with this.
Related: I don't see an option to toggle bookmarks and/or block-folding arrows in the menus. Is it possible via .tm_properties?
--Gildas Hamel
Hi,
Just wanted to let you know that since version 2.0-alpha.9567 the ‘File' -> 'Open Recent...' list has become pretty useless because it now keeps track of each and every file you open inside a project directory, rather than just keeping only the project directory entry in the list. Due to this older items (other projects I worked on yesterday for example) drop off the list very fast, taking the adjective ‘Recent’ a bit too literal… :-)
Best regards,
Bas
I experimentally set Textmate to show the pdf document of a LaTeX
document in TextMate's HTML window, but would now like to revert back to
having it show up in Skim. How do I go back?
Thanks,
Kyle
Hi,
I've just encountered that the TAB snippet "pl" executed at the very beginning of EACH document REGARDLESS of the set grammar inserts "#!/usr/bin/env perl".
Either the scope setting is wrong
<key>scope</key>
<string>L:dyn.caret.begin.document</string>
[What does "L:" mean?]
or the scope parsing is somehow broken.
OSX 10.9.5 - TM 2.0 beta 1
Best, Hans
I just installed the Yosemite preview and now there's a noticeable delay with I hit Cmd-T.
Now when I hit Cmd-T followed by return the app beeps, because the Go To File window hasn't fully loaded yet. I have to hit Cmd-T, pause then hit return.
This is on the same project, so nothing else has changed.
Anyone else seeing this too?
Peter
I've installed an EditorConfig plugin (
https://github.com/Mr0grog/editorconfig-textmate), but Im not entirely sure
its working.
Im assuming plugins are still supported in TM2?
Is there anything in TM which I can use to confirm its even being loaded,
or get some confirmation the plugin is actually kicking in when a file is
saved?
Thanks