TextMate Blog: http://blog.macromates.com/
You can get the alpha version from December here and then turn on auto-updating in the Preferences.
http://blog.macromates.com/2011/textmate-2-0-alpha/
TM1 and TM2 seem to coexist fine. If you have TM1 and the TM1 'mate' program installed renamed 'mate' to 'mate1' before installing the mate program for TM2.
The Find in Project command is much faster and more powerful -- you can easily add file-pattern filters to limit the files/folder paths searched.
There's a whole bunch of interesting features based on being able to create multiple carets. This works with and is a powerful extensions of rectangular selection (now done with option-drag).
Check out this blog post: http://blog.macromates.com/2011/multiple-carets/
Here's a short screencast (3:26) I created showing a number of uses of multiple cursors: http://www.youtube.com/watch?v=e68pqDgwkMw
You can manage/update bundles in the TM2 Preferences now.
There's an rmate app you can stick on a remote server and use it to remotely open TM2 on your computer (via SSH) to edit the file on the server: http://blog.macromates.com/2011/mate-and-rmate/
TM2 no longer has project files -- but the collection of files in the sidebar now was more functionality and is integrated moredeeply into the Finder: http://blog.macromates.com/2011/git-style-configuration/
Command completion is more powerful: http://blog.macromates.com/2012/clever-completion/
TM2 FAQ: http://wiki.macromates.com/FAQ/TextMate2
Replacing tabs-with-spaces and the reverse are now in the Source bundle.
Missing features from TM2 that I use
-------------------------------------------
Using command-option-F to Replace and Find Next doesn't work yet.
At 1:16 PM +0100 12/27/11, Allan Odgaard wrote:
>On 25 Dec 2011, at 22:11, joeyinbox wrote:
>
>> Is it possible to bring back "Replace & Find" and "Replace" buttons in the
>> search window of TextMate 2.0? [Š]
>
>There will be a Replace action at some point.
>
>For now you can put the replace string on the regular clipboard and alternate between commnd-G (Find Next) and command-Y (replace match) - only caveat is that it won't work when the replace string is a format strings.
----------------
A list of files piped to mate don't open as a searchable collection.
Example: I've got a big project and want to either easily browse just a subset of files or I'm doing some complicated refactoring with regexes etc and dealing with just a subset would make my work much less error prone.
I use the grep replacement ack to find files meeting some criteria and pipe this list with xargs to the mate command. The filesappear in mate in the project drawer and are easily browsable and searchable as a set.
In TM1 the files appear in the project drawer and the project search for cursor gives me all the locations in this collection of files.
However in TM2 the files do NOT appear in the project drawer (they are instead all opened as separate tabbed windows) and are not searchable as a collection.
See Allan Odgaard's response here: http://lists.macromates.com/textmate/2012-February/034566.html
--
You received this message because you are subscribed to the Google Groups "Educoder" group.
To post to this group, send email to educ...@googlegroups.com.
To unsubscribe from this group, send email to educoder+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/educoder?hl=en.
Ditto. I haven't cracked open vim in about a week. People should
give it a shot.
http://www.sublimetext.com/blog/articles/sublime-text-2-build-2181
At first I thought the minimap was a silly gimmick, but I have grown
to love it. But my favorite features are highlight everywhere, and
"goto anything" (⌘p), and "build on save". This means 'coffee -c' on
⌘s. Cursor jumps to errors with a minor tweek to the build script:
http://bit.ly/w7MWsl
- noah