Have any TextMate users out there tried Sublime? I'd love to hear a comparison.
Sublime Text 2 Build 2181
81–90 of 115 posts
Re: Sublime Text 2 Build 2181
#82Have any TextMate users out there tried Sublime? I'd love to hear a comparison.
Much better than TextMate. Faster, actually actively developed. Just cmd-t and cmd-p makes it worth the switch.
Re: Sublime Text 2 Build 2181
#83Re: Sublime Text 2 Build 2181
#84I'm on 2180 - why does an update say "2180 is the most current version?" I've been on the fence between vim, textmate, and sublime text 2...... liking st2 more and more, though not for any particular reason. It will be interesting to see what the community comes up with as it grows...... tons of room for awesome expansion as far as I can see. (needs more default syntax plugins)
Re: Sublime Text 2 Build 2181
#85Earlier quoted context omitted.
Could you elaborate? I find it hard to work on projects where I have many files open, unless I am using Emacs (with ido-mode). Tabs are just too slow, cumbersome and don't scale.
ST2 handles this much like ido-mode. Press cmd-P to open the "Goto Anything" dialog and type a few letters from a filename to get a list of matching files from the current project. I'm not exactly sure of the weighting algorithm, but it seems to almost always highlight files that are already open so that pressing enter will take me directly to the tab I wanted. Whether you have 100 Emacs buffers open or 100 ST2 tabs,…
Re: Sublime Text 2 Build 2181
#86The new icon is better, but I still prefer this third party icon: http://net.tutsplus.com/tutorials/tools-and-tips/sublime-tex...
Re: Sublime Text 2 Build 2181
#87Re: Sublime Text 2 Build 2181
#88Earlier quoted context omitted.
ST2 handles this much like ido-mode. Press cmd-P to open the "Goto Anything" dialog and type a few letters from a filename to get a list of matching files from the current project. I'm not exactly sure of the weighting algorithm, but it seems to almost always highlight files that are already open so that pressing enter will take me directly to the tab I wanted. Whether you have 100 Emacs buffers open or 100 ST2 tabs,…
Why keep 100 ST2 tabs open when like you've said it's so fast to just cmd-p to pull up the file you need, open or not (unless you have a very large number of files with the same name)? I summon and dismiss files like crazy, but I generally only keep a few things open at any time.
Re: Sublime Text 2 Build 2181
#89Re: Sublime Text 2 Build 2181
#90My main objective with Sublime is to master the keyboard shortcuts. Stuff like (on the PC) Ctrl+D to select the current word, and repeat for next occurrences. This starts up a multiple-selection that you can just type and all selected occurrences are replaced. I forked a GitHub Gist from others and tweaked it a bit, for reference to useful shortcuts: https://gist.github.com/1736542
We're evaluating Sublime Text 2 right now, and for me that alone is a killer feature that is likely to earn them their new customer unless anything desperately show-stopping turns up between now and when they make the official release.
My only wish is that it the feature was just slightly more flexible, if only having a corresponding keystroke to deselect/skip an instance. It's so darned useful that it actively annoys me now if I use the same term in two different contexts and can't separate out just one of them, even though no other editor/IDE I use has this feature at all! :-)
I'm starting to figure out the Python integration now, though, so maybe I'll be able to set that up myself in due course, which really would convince me to spend real money on the software...