View Full Version : What editor do you use for programming?
gahre
September 30th, 2007, 09:47 PM
Since my favourite editor nedit refuses to let me work properly by rigorously hiding the cursor from me :mad: I thought I could ask here what editors you are using for programming.
So I could maybe get to know a new one (I know I know, the year of mourning... but nedit would want me to find another one and be happy with it ;) ) and I think it would be interesting for others, too.
So, drop your pants...
Thomas
hyperair
October 1st, 2007, 10:19 AM
I use Gedit and SciTE. They both work well for me, and support many languages.
wfarr
October 3rd, 2007, 04:11 AM
Emacs.
Emacs.
Emacs.
Moncader
October 3rd, 2007, 09:43 AM
kate and on occasion mousepad
gwrtheyrn
October 15th, 2007, 05:17 PM
vim on linux and vim/pspad/ultraedit on windows.
mattgaunt
October 15th, 2007, 10:25 PM
I use jedit
Used to use gedit and love it but since I've been doing more and more, the little features available on jedit and pretty gd - just need to get used to it, also love the way it can have several text files open at once and u can size them all differently
But i think its a case that everyone has their own tastes
Matt
brunson
October 16th, 2007, 02:19 AM
Emacs, for 18 years.
mfolnovic
October 22nd, 2007, 04:50 PM
emacs for application programming, geany for web programming :)
EDIT: does anyone know how to set template for new files in emacs ? :)
davim
October 23rd, 2007, 08:44 AM
Geany and Gedit :)
enigma_0Z
October 25th, 2007, 05:46 PM
Vim. Just vim.
(I would use GVim, but it sucks.)
fldc
October 26th, 2007, 03:51 PM
vim or kate :)
clockworks
November 5th, 2007, 07:06 AM
vim or kate
neybis
June 10th, 2008, 06:24 PM
vim is the shit...learn all the keyboard shortcuts and you'll be able to code more efficiently than ever!! VIM FTW!!
some-guy
June 10th, 2008, 08:21 PM
gedit :D
...
Oasisgames
June 11th, 2008, 01:52 AM
Gedit.
Even for my x86 assembly work.
I had to write my own .lang for gtksourceview for Intel-assembly. It was fun. It even has a massive list of instruction codes (not entirely complete, but will I really have a use for all these new additions since the Pentium II, and for SSE and SSE2 stuff? Probably not for what I'm doing)
And now I have to write one for Motorola... err... FreeScale assembly. May even write one for S19 (http://en.wikipedia.org/wiki/S-record).
b0le
June 11th, 2008, 02:15 AM
I'm using gedit at the moment, but there is somethings that I want/need:
better handling of compiz indentation style (it doesn't handle mixed tabs/spaces very well)
if I put a '{' in it should automatically bring it to next line, put the closing bracket in, and move focus to the line between them, and automatically indent it an extra level
EDIT: to make it a bit clearer, if I type "if(foo) {" I would get
if(foo)
{
//this is where I would get text if I keep on typing
}
Code folding -
if(foo)
{
//bar
}
foo = bar;
becomes:
if(foo)
{+}
foo = bar;
and
/* long
* comment
* here
*/
becomes
/*+*/
Oasisgames
June 11th, 2008, 03:00 AM
Lack of folding is a reported "bug" in Gtksourceview, which leads me to believe it will be implemented at some point.
I think the other stuff can be done with a plugin, don't know if one exists.
I'd like to add that MonoDevelop uses Gtksourceview and happens to do the long comment stuff. I'm sure a Python plugin can implement it in Gedit.
metastability
June 11th, 2008, 06:23 AM
Sounds like I'm the only one to use Eclipse + CDT + ... for code and gedit for xml and such files.
I have a shared FAT32 partition which I save my program data from the "workbench" on to. I can access this from Eclipse in Linux (Ubuntu Hardy) and Windows (XP).
*side note - setting up a Fortran environment in Eclipse is a really painful experience.
SmSpillaz
June 11th, 2008, 04:06 PM
Love to have a compiz IDE, but for now I'm using gedit. Means that I can't submit patches though because I can't get the coding style right in gedit :(
enigma_0Z
June 11th, 2008, 07:07 PM
Kate does a pretty good job of handing indentation and expansion/hiding...
Personally, I use VIM mostly, and kate when I require a gui editor... for coding that is.
delfick
June 12th, 2008, 04:24 PM
either gvim (with this setup : http://delfick755.googlepages.com/hiddenVim.tar.gz)
or gedit (which I realised on the last few days has quite a lot of plugins for it now (http://live.gnome.org/Gedit/Plugins) :)) with this setup : http://delfick755.googlepages.com/hiddenGedit.tar.gz
Using these plugins
code comment, file browser pane, indent lines, session saver, snippets, vigedit (https://launchpad.net/vigedit)
(vigedit's my favourite :))
unfortunately, it doesn't have smartindentation like vim does (it's on the list of would be nice to have, but no-one's developing it at the moment)
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.