An absolutely joyful piece of software. I love it so much, I bought it right away. Plus, where else can you experience such a pleasant multiplatform situation? Great Job!
I like it too. The main problem I have with it—and Textmate—is the lack of an emacs-like Follow-mode: http://www.gnu.org/software/emacs/manual/html_node/emacs/Fol... . It's 2012, I'm using a 27" monitor, and yet I can't find this feature, or one like it, in anything other than emacs, which has a learning curve far too steep for my pretty simple needs. At one point, the Textmate website mentioned that a follow-mode-li…
Sublime Text 2.0 Released
141–150 of 358 posts
Re: Sublime Text 2.0 Released
#142Earlier quoted context omitted.
There are several problems with sublime especially as an IDE, for 60 bucks I don't see how I can justify not having: A decent linter. Auto-complete is really shabby. Find and search, also sub-par. No separate console window. Though it does have some good parts. Map view Speed Multi-select
Good sir are you sure we're talking about the same sublime? As in sublime 2? There's brilliant plugins for decent linter & auto-complete; If you didn't install package manager you didn't spend enough time with sublime. Stating find & search is sub-par in my opinion means you must have honestly spent less than a day utilizing the program. Search: Ctrl+P Ctrl+shift+p ctrl+f ctrl+shift+f ctrl+shift+f alt+r (Supports reg…
Re: Sublime Text 2.0 Released
#143Hm, Am I the only one who spends hours in vim each day with ~15 lines in my .vimrc and almost zero plugins? At some point I think I realized that no matter how feature-rich my editor was, the main thing stopping me from writing good and fast code was _thinking_, not configuring my text editor.
Re: Sublime Text 2.0 Released
#144Earlier quoted context omitted.
Now I'm curious. What 15 lines do you use?
Something like this: https://gist.github.com/2996793 (16 lines, but you get the point).
As someone with a computer that is horribly unstable (in the process of replacing it over the course of next month), the swap file has saved my ass on a few occasions.
Re: Sublime Text 2.0 Released
#145Question: I'm an Emacs user, and haven't checked out ST or ST2. Is it comparable in terms of flexibility++?
But if you're like me... Well, Emacs is a way of life and it does a whole lot more than just editing text. I would love to have smooth scrolling and multiple cursors and slick animations and a cursor that can be off-screen. But at the end of the day, I prefer magit and org-mode and keyboard-only navigation and macros and so on. It still is awesome though. Do give it a try!
Maybe in a few decades it will have accumulated enough awesomeness to compare to our beloved Emacs.
Re: Sublime Text 2.0 Released
#146As an Intellij user (and Emacs way before that) I'm trying to give this a chance, but I see no way to click-navigate through source code. Am I missing something? I tried installing SublimeCodeIntel, and that lets me (occasionally) navigate to symbols in the current file. But I don't seem to be able to click through to symbols defined in other files/classes. Am I missing something fundamental, or is this strictly the…
Why do you want to use your mouse while coding?
Re: Sublime Text 2.0 Released
#147Hm, Am I the only one who spends hours in vim each day with ~15 lines in my .vimrc and almost zero plugins? At some point I think I realized that no matter how feature-rich my editor was, the main thing stopping me from writing good and fast code was _thinking_, not configuring my text editor.
Re: Sublime Text 2.0 Released
#148Based on the great reviews of ST2, I switched from vim to ST2 (with vintage mode) a few months ago. It seems good... but it hasn't lived up to the reviews for me. I'm guessing I'm missing some of the functionality. Is there a tutorial anywhere to show me what I'm missing? How have you learned about ST2 features (rather than just repeating your old editing habits in a new program)?
The 9 reasons to use Sublime is a good start point: http://1p1e1.tumblr.com/post/14262857223/9-reasons-you-must-...
Re: Sublime Text 2.0 Released
#149Hm, Am I the only one who spends hours in vim each day with ~15 lines in my .vimrc and almost zero plugins? At some point I think I realized that no matter how feature-rich my editor was, the main thing stopping me from writing good and fast code was _thinking_, not configuring my text editor.
Re: Sublime Text 2.0 Released
#150+ Syntastic [https://github.com/scrooloose/syntastic/] eclipse-like real-time linter. Gives me compile errors and warnings.
+ Tag bar [http://majutsushi.github.com/tagbar/] navigate tags in the code
+ Not as essential, but EasyMotion is pretty awesome [https://github.com/Lokaltog/vim-easymotion]