Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>On Ubuntu, some the IDEs that are available in the repositories are:</p> <ul> <li><a href="http://www.kdevelop.org/" rel="noreferrer">Kdevelop</a></li> <li><a href="http://geany.uvena.de/" rel="noreferrer">Geany</a></li> <li><a href="http://anjuta.sf.net/" rel="noreferrer">Anjuta</a></li> </ul> <p>There is also: </p> <ul> <li><a href="http://eclipse.org" rel="noreferrer">Eclipse</a> (Recommended you don't install from repositories, due to issues with file/folder permissions) </li> <li><a href="http://www.codeblocks.org/" rel="noreferrer">Code::blocks</a></li> </ul> <p>And of course, everyone's favourite text-based editors:</p> <ul> <li>vi/vim</li> <li>emacs</li> </ul> <p>Its true that vim and emacs are very powerful tools, but the learning curve is very steep.. </p> <p>I really don't like <strong>Eclipse</strong> that much, I find it buggy and a bit too clunky.<br> I've started using <strong>Geany</strong> as a bare-bones but functional and <em>usable</em> IDE. It has a basic code-completion feature, and is a nice, clean [Gnome] interface.<br> <strong>Anjuta</strong> I tried for a day, didn't like it at all. I didn't find it as useful as Geany.</p> <p><strong>Kdevelop</strong> and <strong>code::blocks</strong> get a bunch of good reviews, but I haven't tried them. I use gnome, and I'm yet to see a KDE app that looks good in gnome (sorry, I'm sure its a great program).</p> <p>If only bloodshed dev-c++ was released under linux. That is a fantastic (but windows-only) program. You could always run it under Wine ;)</p> <p>To a degree, it comes down to personal preference. My advice is to investigate Kdevelop, Geany and code::blocks as a starting point. </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload