Which CSS editor do you use on Linux and why?
|
|
|||||
|
|
|
gvim. It's the editor I use for everything on Linux. |
||
|
|
Emacs, via |
||
|
|
|
|
A combination of Firebug and gedit with the Snippets plugin. I use gedit for CSS - and for every programming/text editing task on Linux - because it is a lightweight, yet a powerful editor for GNOME, my desktop environment of choice. |
||
|
|
|
|
My editor for choice is Emacs. For CSS there's a "css-mode" package which does syntax color highlighting. Why Emacs for CSS? Because i can work with ruby, html, css and js code, and manage it with svn without leaving the editor. I've even used Quanta for a long time. Good editor for html, css and js. |
||
|
|
|
|
Firebug is great for this. I also use the EditCSS extension for Firefox. Of course, generally I use vim for editing. But css doesn't come naturally to me so I need the immediate visual feedback that Firebug and EditCSS gives me. |
||
|
|
|
|
vim. I'm not sure why you'd need anything more complex for editing css files (or any other kind of files, really). |
||||
|
|
|
I use Aptana Studio on Linux for editing CSS, HTML and JavaScript, it has code completion for all three languages and error reporting. Its a very complete editor and you can also download plugins to give code completion and error reporting for lots of other languages. |
||
|
|
|
|
Gedit, imho it's TextMate for Linux. |
||
|
|
|
|
jEdit is my favorite for almost everything. Not only does it handle all kinds of code well, but it is also cross-platform, so once I get it installed and set up with the pluggins I like, I can switch-hit with no change in what editor I use. |
||
|
|
|
|
gVim, because:
Be warned though that the named colour support in that script causes extremely long startup times in console Vim, due to it doing about 150 RGB->xterm escape lookups every time you load a CSS file - just comment out those lines if you don't need them. |
||
|
|
|
|
Hi, i like geany !!, it comes with a class editor, and syntax highlight. |
||
|
|
