C
C
Cord2012-11-19 09:07:32
linux
Cord, 2012-11-19 09:07:32

Recommend an IDE for Linux

Hello.

I live under Ubuntu. I want to write myself a couple of programs (interval screen blocker for a start). Googling, I found that it's better on the pros and GTK.

Advise, please, IDE. Or what other technologies are worth zayuzat / poke.

Answer the question

In order to leave comments, you need to log in

11 answer(s)
F
FlexFerrum, 2012-11-19
@FlexFerrum

Qt Creator?

A
Alexey Akulovich, 2012-11-19
@AterCattus

Tried many, but Qt Creator is by far the most convenient.

R
retran, 2012-11-19
@retran

Emacs.

R
Ruslan Fedorov, 2012-11-19
@aspcartman

It’s worth poking around in Sublime Text 2, though it’s under ubuntu that there are some problems with installing this miracle and raising some plugins, such as automatic checking for errors in the code (sublime-clang)

A
Antonio43, 2012-11-19
@Antonio43

Code::Blocks

E
EjikVTumane, 2012-11-19
@EjikVTumane

For small things I used Eclipse CDT .

P
Pavel Tyslyatsky, 2012-11-19
@tbicr

If a couple of simple programs, then it is possible not to bother and use a text editor (nano, vim or GUI). Personally, for something simple, it’s easier for me to open the editor and type code in the editor than to load the ide, although not for everyone.
A more complete list of ide can be found on the wiki .
There is also a stack question stackoverflow.com/questions/2894655/the-best-ide-for-gtk-programming .

S
silvansky, 2012-11-19
@silvansky

I am for Qt Creator, although Code::Blocks and Codelite are also not bad in principle.
You can always write code in vim/mcedit/sublime/emacs/nano/whatever, and sketch the GUI in Glade and load it through GtkBuilder.

I
Ilya Kovalevsky, 2012-11-20
@namespace

I am using Qt Creator. Convenient, fast, cunning, versatile).

D
dshvechikov, 2012-11-19
@dshvechikov

So under ubuntu is there a screen lock? And the IDEs are the same - eclipse, net beans ...

I
Igor Kolontenko, 2015-06-29
@enep

eclipse, netbeans, qtcreator

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question