I love Sublime Text. For a year or two I tried and tried to get behind vim, to no avail. I thought there must be something wrong with me, perhaps I'm not as smart as those other developers who sit there staring at several adjacent vim windows hitting cryptic key sequences as if the essence of vim were an extension of their mind (maybe it is?). I couldn't do it. Then I made the realization that the editor you use has…
As a vim user, I feel as if the essence of vim is an extension of my mind . Much like riding a bicycle, I instinctively think "select this line and the four lines below it and copy it" as "V4jy" with little cognitive thought. Kind of cool from a cognitive science standpoint.
Sublime Text 3 Public Beta
161–170 of 270 posts
Re: Sublime Text 3 Public Beta
#162First thing I tried out was - does it close . Yes, it does: " ". I'm really happy with lots of sublime text features. But this simple untested completion error stunned me.
Re: Sublime Text 3 Public Beta
#163Earlier quoted context omitted.
- Syntax / Code folding i don't use code-folding either, but blaming the users for writing poor code is a pretty shitty excuse not to implement the most requested feature. - Matching HTML/XML tags - Better, or customizable match_brackets style just because something can be done via an extension, doesn't mean that it should be done that way. The most popular extensions, i think, belong in the core. Whether you think a…
>Syntax / Code folding I was hesitant to add that comment, but it needs to be said. Pushing people into the pit of success is a good thing. Sucks to read 10,000 line files? Stop writing 10,000 line files. I also really like how fast sublime is. Coming from an IDE for about 6 years, this is one of the features I like the most. Code folding is bloat. >Whether you think any of these points are valid is your personal opi…
Re: Sublime Text 3 Public Beta
#164Re: Sublime Text 3 Public Beta
#165I love Sublime Text. For a year or two I tried and tried to get behind vim, to no avail. I thought there must be something wrong with me, perhaps I'm not as smart as those other developers who sit there staring at several adjacent vim windows hitting cryptic key sequences as if the essence of vim were an extension of their mind (maybe it is?). I couldn't do it. Then I made the realization that the editor you use has…
Re: Sublime Text 3 Public Beta
#166ST3 still crashes a lot in Windows. I have at least one crash/day. I have no idea why this is happening.
Re: Sublime Text 3 Public Beta
#167First "Core feature" for version 3: Speed. I can't recall that I have ever felt that a text editor was "slow".
Notepad++ is a lot quicker for those.
Re: Sublime Text 3 Public Beta
#168How come on OS X the theme colors are considerably darker in sublime than textmate? Something to do with gamma settings or color profiles? For me solarized dark is almost unusable in st, in textmate it is not as dim (solarized light in st has inverted selection, which annoys the hell out of me).
Re: Sublime Text 3 Public Beta
#169Earlier quoted context omitted.
>Syntax / Code folding I was hesitant to add that comment, but it needs to be said. Pushing people into the pit of success is a good thing. Sucks to read 10,000 line files? Stop writing 10,000 line files. I also really like how fast sublime is. Coming from an IDE for about 6 years, this is one of the features I like the most. Code folding is bloat. >Whether you think any of these points are valid is your personal opi…
Re folding: what about inherited codebases, via github or your company or whatever? That seems to me to be the vast majority of source code being read / edited in the world, and odds are you can't simply change it on a whim.
Re: Sublime Text 3 Public Beta
#170I love Sublime Text. For a year or two I tried and tried to get behind vim, to no avail. I thought there must be something wrong with me, perhaps I'm not as smart as those other developers who sit there staring at several adjacent vim windows hitting cryptic key sequences as if the essence of vim were an extension of their mind (maybe it is?). I couldn't do it. Then I made the realization that the editor you use has…
I know some excellent developers who write all their code in Notepad. Hell, I wrote a fairly large Java application in Notepad when I was in uni. It wasn't that bad.