Results 1 to 6 of 6
hi all.. I am quite new to linux and now developing application for linux.
I want to ask u all,what is the best IDE that is available for linux. I ...
- 04-01-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 2
Linux Development IDE
hi all.. I am quite new to linux and now developing application for linux.
I want to ask u all,what is the best IDE that is available for linux. I am developing an extension for openOffice using C++.
Thanks for you reply.
- 04-01-2008 #2
in the order my liked(
)
X,
Gnome
Kde.
- 04-01-2008 #3
Hello,
as you will see again and again, there is no such thing as the best application or way to get work done in the GNU/Linux or Unix world.
When I write small extension I merely use a simple texteditor (gedit or vi) and keep a small terminal window open for compiling. The advantage is that the project won't be cluttered by project management files from the IDE and you will learn quickly what's going on in the background.
For bigger projects I personally use NetBeans. It's not quite as slow as the more complete Eclipse but has everything I need: being able to switch between source-files, visual debugger and a working auto-completion.
But just because it works well for me does not mean it would for you:
So, I just list some projects you might want to check:
- NetBeans
- Eclipse
- KDevelop
- Anjuta
- Code:Blocks
- Emacs
- Kate
- 04-01-2008 #4
i can see something useful in this Fan's words.
- 04-01-2008 #5
As mentioned by others, there isn't a "best" as this depends on the preferences of individuals. The most popular IDEs are KDevelop, Anjuta, Eclipse and Netbeans. VIM and Emacs can be customised to provide good development environments. Geany is also a good small ide/text editor.
- 04-02-2008 #6
Just now ,for past one month I'm using KDevelop.
My vote goes to KDevelop
- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------


Reply With Quote