View Full Version : GUI Recomandation
bioShark
July 11th, 2007, 03:28 AM
Hi
I would like to start working with GUI under Linux. In linux area I am a n00b, but my profession is programmer (under Windows). I have found 2 good tools, as I was told: Anjuta and KDevelop. Could you please let me know if you recommend one of them, or if there are any other tools which were good enough for GUI.
I would also like personal opinions about either of them, if there are any.
Thanks.
moma
July 11th, 2007, 03:37 AM
Hello,
Take a look at Code::Blocks IDE.
Guide: http://ubuntuforums.org/showthread.php?p=2816470#post2816470
Read also the small notes (Note 1 - 9) below the instructions.
bioShark
July 11th, 2007, 04:07 AM
Thanks for your reply, I will look over it!
kroiz
July 11th, 2007, 04:22 AM
Basically you don't need a IDE. you could just use a text editor.
also what GUI Toolkit are gonna use?
if it is QT then you would probably be best with KDevelop.
pmasiar
July 11th, 2007, 09:41 AM
many programmers prefer to use powerful editor (like vim or emacs) to edit all files in all languages - so when they change languages, they don't have to start with new strange IDE.
IMHO and in my experience, IDE helps you to "write" code, but is less helpfull for refactoring. Good editors are opposite: they are better in refactoring.
That said, i *do* use IDE for Python (SPE), because is really simple and good. :-)
bioShark
July 11th, 2007, 10:22 AM
Thanks for your replies!
ButteBlues
July 11th, 2007, 11:09 AM
I use Emacs and can't really bring myself to say (or find) anything negative about it.
If you do go with Emacs, though, I'd definitely suggest grabbing the packages built from SVN because they have Xfont support.
kroiz
July 12th, 2007, 01:36 AM
since you mentioned emacs this thread wont be complete if I neglect that I use vim. :)
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.