The greybeards all say "unix is an ide". I think I first heard that from Tom Christiansen when he was heavily involved in the Perl community back in the mid '90s. Even today, some of the most productive programmers I know only use X/Gnome/KDE(/OSX) as a means of organising terminals on modern hardware.
What's your favorite text editor/IDE?
71–74 of 74 posts
Re: What's your favorite text editor/IDE?
#72Earlier quoted context omitted.
That's probably because they're mistaken as to what an IDE is. In my mind, if it's not background compiling your code as you type, it's not an IDE in the modern sense.
inotify? You can get the OS to respond to filesystem events, for example, compiling as you type. Scripting languages don't need this though.
Re: What's your favorite text editor/IDE?
#73Earlier quoted context omitted.
That's probably because they're mistaken as to what an IDE is. In my mind, if it's not background compiling your code as you type, it's not an IDE in the modern sense.
Out of curiosity, what's the biggest software project you've worked on? (maybe measured by something stupid like KLOC or possibly "total time to compile") I doubt Linus thinks "compile while you type" is a good idea, I'm not sure how much further down you need to scale until it does become a useful feature.
Re: What's your favorite text editor/IDE?
#74Earlier quoted context omitted.
I actually bought a license after using the editor for quite some time. It's the first time I spent money on a text editor, despite having the possibility to chose from a number of free alternatives. For me, this money is really spent well for various reasons, the most prominent ones being that the software makes me happy and I really enjoy working with it. I'm currently using version 2, too, and the developer is pus…
I've used Sublime when I haven't felt like setting up Vim or Emacs on Windows. are there major benefits to Sublime 2 over the original?
* Auto-completion has been improved, in that you can now continue typing when the suggestions pop up;
* Other UI changes (new tab design, mini map has been moved to the right side, side bar, you can hide the menu when in full screen mode, etc.);
* A lot of other changes; I'd therefore recommend you to have a look at the change logs for more information: http://www.sublimetext.com/2
I had been using ST1 for quite some time before starting using ST2, and I already was a fan of ST1.