What do you guys use to program, currently I just use nano, then compile afterwards. But in class we use Borland Developer Studio's. Is there any option for GNU/Linux. I have heard that kdevelop is good.. YOu guys?
Programing Suite
Who's online
There are currently 0 users and 7 guests online.












I stick to Vim and a couple of other open terms for compiling etc. I have used NetBeans in the past (which I think is proprietary) for Java programming, it was okay but I didn't see the need for all the fluff that came with it.
Yn falch o ddefnyddio Linux a FLOSS!
Login or register to post comments 0 points
I've used KDevelop for an eMail-virusscanner based on LibClamAV. It's pretty cool to use and if you like to do something with a GUI you can use QT Designer for that (though I didn't work with that yet since I don't do very much programming).
In my oppinion KDevelop is a really good IDE with lots of useful functions.
Login or register to post comments 0 points
also, you could use eclipse, which is rather bloated, but runs on free non-sun (not completely free yet) java and supports many languages, including C/C++ and Python, by plug-in.
dylunio, dvorak and vim ? you're mad.
Thomas Jollans
GnuPG key: 1024D/A6B5 9461 B60F 2C80 2399 6B1E 2698 A70E F421 434B
Login or register to post comments 0 points
dylunio, dvorak and vim ? you're mad.
Am I? I've never had a problem... (not that I've used Vim under QWARRTY).
Yn falch o ddefnyddio Linux a FLOSS!
Login or register to post comments 0 points
I usually use vi, and gcc. It's light on resources, and gets to the point.
There's more to FOSS than GNU
Login or register to post comments 0 points
nano?! How can you stand that? It doesn't even have undo support!
I use Emacs and sometimes Kate. For web development I use Quanta.
Disclaimer: My posts may change (dramatically) within the first 15 minutes they're posted.
Login or register to post comments 0 points
A lot of the time I use NEdit, simply because it does everything I need, and doesn't do anything I don't need. Instead of "integrating" or typing "gcc -this -that", I use tiny Makefiles. I also use make in combination with inkscape when drawing, and make in combination with latex for writing documents. I think it's better to use general purpose tools instead of an IDE which is only suitable for programming, and another IDE which is only for document writing, and ... etc etc
To be honest IDEs can make me panic because of the number of incomprehensible icons and the size of their menus.
CAN I HAS FIXD CAPSLOK KEE PLZ?
Login or register to post comments 0 points
To be honest, when it comes to editing code all I need is a good syntax highlighting, nice search function and ability to have multiple "tabs" open.
Kate does all of this for me very nicely.
No IDE required.
Though I'm not sure what my preferences will be for ruby which I'm thinking of learning (er.. but I know I've said so many times I'm about to learn a language
). For ruby people are saying it is getting easier and easier and the buzz is all over for it. I'm about to read a sample of a book I might get for learning Ruby step by step. Maybe I actually get somewhere with it.
So I'll see if kate will be enough for me while learning ruby or will I need a dedicated IDE..
Let's not fear freedom.
Login or register to post comments 0 points
personally I prefer gvim + a Makefile and a terminal; no Makefile when I'm using python.
Thomas Jollans
GnuPG key: 1024D/A6B5 9461 B60F 2C80 2399 6B1E 2698 A70E F421 434B
Login or register to post comments 0 points
I'm confused. How does make help with Inkscape?
Disclaimer: My posts may change (dramatically) within the first 15 minutes they're posted.
Login or register to post comments 0 points
I'm confused. How does make help with Inkscape?
If you make lots of drawings which have to be exported to png, then modified and exported again (for example when you're designing a window manager theme), the inkscape commandline options, combined with make, are very useful.
CAN I HAS FIXD CAPSLOK KEE PLZ?
Login or register to post comments 0 points
I use emacs and xterm, and if I need to read some documentation, I use firefox or konqueror (konqueror is great for reading man pages).
Login or register to post comments 0 points
I use Eclipse (with almost all of it's "features" disabled), KEdit, and VIM -- it really depends on what I'm doing. Eclipse is handy because I often have to work on other computers that may be running other OSes, etc... Eclipse really is the poster child for platform-independent applications -- it looks and works almost exactly the same on all the various OSes/WMs that I've used. I even have a copy of Eclipse on one of my USB keys... Can't do that with Kate, unfortunately, or I'd use it more.
"I do not fear computers. I fear the lack of them." -- Isaac Asimov
Login or register to post comments 0 points
Web dev : Quanta
Perl/Python/C++/(whatever) : vim
Python only : 'idle' (lightweight python IDE w/ tk based interface)
I'm interested in learning how to work with kdevelop/qtdesigner but it is soooo bloated that it's pretty hard to figure out something easy. I guess that once that is known and mastered, one can create pretty powerful applications with less time than basic editing.... I guess...
Login or register to post comments 0 points
I've only read a little on Qt, but Qt Designer helps a lot. I'd be insane to make complex dialogs without it. If you're serious about Qt, learn to use Qt Designer.
Disclaimer: My posts may change (dramatically) within the first 15 minutes they're posted.
Login or register to post comments 0 points
If the focus is on KDE Development and nut "just" usage of QT for window-creation I guess the KDE Designer, which is more or less just a slightly tweaked version of QT Designer, and part of the KDevelop-package, could be interesting since it, as far as I remember, offers a few more objects and should have better integration into KDevelop.
Login or register to post comments 0 points
If you, on the other hand, prefer GTK+, Glade combined with the language's libglade is very nice. I've use libglade ports to Python and C++ (though never the C original).
Thomas Jollans
GnuPG key: 1024D/A6B5 9461 B60F 2C80 2399 6B1E 2698 A70E F421 434B
Login or register to post comments 0 points