View Full Version : Development environment...
When developing under *nix, anyone go beyond vim/emacs and some scripts?
You mean using an IDE or something?
For usual 'nixes, I haven't messed around with IDE's. Only messed around with the IDE that comes with Mac OSX...
passerby
13-Apr-2005, 16:30
Depends on what comes with the *nix you have. I'll just consider *nix without OSX here, and restrict to free software.
Of course there are graphical versions of vim and emacs. There's nedit too.
Currently KDE offers the best development environment. Kompare is an excellent graphical diffing tool and the most easy on the eyes. For just a simple coding editor Kate is excellent and very eye-pleasing. For a full IDE, Kdevelop is the best now and is right up there in the 'eye-pleasing' category. Unless you are doing java work, in which case use eclipse - itself written in java. Using eclipse for anything other than java is pointless - it's a resource hog, slower, has lots of the usual 'project settings overhead' typically associated with a full-featured IDE, and doesn't give much extra benefit if you are not coding java.
Tim Murray
13-Apr-2005, 19:18
Eclipse is okay, but I stick with Emacs (I am a total Emacs fanboy after all).
I use Nedit for text editing and DDD for debugging. It stands for something like Data Display Debugger. And of course, scripts. :D
That's interesting, I try and use KDevelop, but most of the time it ends up being trying most of the time and I just run back to Kate. The lack of a splitter in kate part for KDevelop is painful! Especially when you're trying to refactor. Code completion just doesn't cut that missing functionality.
Agreed about Eclipse it's pointless unless you're doing Java development.
If we're talking old skool editors, Baron, vi owns you. ;)
With this thread, I'm more curious about what levels of success people have had with what things, what they stick to is fairly indicative of what doesn't work.
Jabjabs
19-Apr-2005, 13:27
Sorry I don't us *nix, I use Linixon...
http://www.presidentialufo.com/Nixon_nixon.gif
... yes I just wanted to post apicture of richard nixon! :D
Simon F
19-Apr-2005, 13:52
I use Nedit for text editing and DDD for debugging. It stands for something like Data Display Debugger. And of course, scripts. :D
Agree 100% with DDD. The "undo" is a blessing and I even use the data graphing facility.
I use xemacs configured to behave like the ancient DOS editor, brief, but that's just me showing my age :-)
I do tend to use some scripts but recently for some of this work I've been using GNU Make with the C-preprocessor to put together files "on the fly".
Put together files on the fly?
I'm assuming having many files such as foo.inc and bar.inc and then using the #include directive to roll them into a .cpp file or two?
I've used that , it keeps the files organised in such a fashion that they're readable while keeping the compilation units down for optimisation purposes.
I used JEdit...Textpad is also cool but if AFAIK it is for Windows only...but JEdit should be compatible with multiple different OSes IIRC.
archie4oz
21-Apr-2005, 18:27
As far as editors go, I've typically used BBEdit or (now) SubEthaEdit on my OS X machines... Used Codewarrior before (on both OS X and Linux), but stick to Xcode nowadays (at least on OS X)
vBulletin® v3.8.6, Copyright ©2000-2013, Jelsoft Enterprises Ltd.