Anyone checked out Adobe's Brackets text editor?
It's a text editor (a la Sublime, in some ways), but geared towards Web development, specifically HTML/CSS and JavaScript and/or node.js - not that it won't work with other languages.
Sublime, by the way, has to be credited for reviving Text editor development and innovation - I don't think we'd be seeing so much interesting stuff it wasn't for Sublime.
It's open source, but it is also the foundation of another commercial Adobe product, in a way like Chromium underlies of Chrome. By the way, the editor itself is built with HTML and JavaScript, and I think that it is runs Webkit + V8 or something like that, which is another interesting fact about it.
Here's a an article that goes over some of it's interesting functionalities:
http://net.tutsplus.com/tutorials/tools-and-tips/deeper-in-the-brackets-editor/
Worth a look! It's also predicted to receive Sublime's multiple-cursor editing capability in the near future at some point, which is one of the things that I miss about Sublime.
Let me know if you try it out...
It's a text editor (a la Sublime, in some ways), but geared towards Web development, specifically HTML/CSS and JavaScript and/or node.js - not that it won't work with other languages.
Sublime, by the way, has to be credited for reviving Text editor development and innovation - I don't think we'd be seeing so much interesting stuff it wasn't for Sublime.
It's open source, but it is also the foundation of another commercial Adobe product, in a way like Chromium underlies of Chrome. By the way, the editor itself is built with HTML and JavaScript, and I think that it is runs Webkit + V8 or something like that, which is another interesting fact about it.
Here's a an article that goes over some of it's interesting functionalities:
http://net.tutsplus.com/tutorials/tools-and-tips/deeper-in-the-brackets-editor/
Worth a look! It's also predicted to receive Sublime's multiple-cursor editing capability in the near future at some point, which is one of the things that I miss about Sublime.
Let me know if you try it out...