LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 03-05-2005, 12:09 PM   #1
TruongAn
Member
 
Registered: Dec 2004
Location: Vietnam (Việt Nam)
Distribution: Gentoo (desktop), Arch linux (laptop)
Posts: 728

Rep: Reputation: 33
Good IDE in linux, where are they??


M$ 've created a good IDE (VS .Net) to persuade
programmer to write program for their OS.

What do we have to against them.
Do you use any good IDE? Give me a list.
*Note*
In my opinion, a good IDE must have these
features at least:

+ Automatic word (variable name, function name etc.)
completed
+ Edit code (Include design GUI), compile, debug, make
the software ready to be installed on another PC, within
one program.
+ Support at least two language (C and Perl etc.)
+ Detail document and sample on the web or disc.
 
Old 03-05-2005, 12:23 PM   #2
smithtodda
Member
 
Registered: Sep 2003
Location: 43° 8' N 89° 20' W
Distribution: SUSE primarily, but also Slackware, Fedora, Ubuntu, and KNOPPIX.
Posts: 59

Rep: Reputation: 15
There are actually quite a few to choose from, and a lot depends on your own likes and dislikes. You can get a good start of which IDEs to evaluate from the Linux Table of Equivalents:

http://linuxshop.ru/linuxbegin/win-l...en/table.shtml

Have a lot of fun!
 
Old 03-05-2005, 12:50 PM   #3
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Have you tried KDevelop, Anjuta, Mono Develop, Eclipse, Netbeans etc.
 
Old 03-05-2005, 03:34 PM   #4
gr33ndata
Member
 
Registered: Aug 2003
Location: DMZ
Distribution: Ubuntu
Posts: 144

Rep: Reputation: 15
KDevelop is fine ... VIM rulezzzzzzzz
 
Old 03-07-2005, 11:19 AM   #5
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
Did you try KDE? Have a look at KDE apps. You can configure them the way that NO ONE win app allows you. E.g.: shortcuts. It's one of the reasons why I prefer KDE. E.g., I like to save a file pressing F2 It's much more convinient than <Ctrl+S>... for me. Especially, my favourite KDE app is KWrite. Much more convinient than Notepad or Wordpad. And... Opera, of course. I've never seen a better web-browser. It loads htmls not as others... even firefox. I think IE6 is much more convinient than Firefox though... Just cuz it's an avarage browser, like mozilla, netscape... Ok, I shut up.
But Fluxbox has very convinient main menu... and eats very few resources, but can do much MORE than, e.g., also eating little win98...
 
Old 03-07-2005, 01:12 PM   #6
nazdrowie
Member
 
Registered: Oct 2004
Distribution: Debian
Posts: 39

Rep: Reputation: 15
Why is everybody so caught up with IDEs anyways? To me they're mostly hype. You can do all of what you mentioned with the exception of drag-and-drop gui design with an editor like VIM, which totally rocks; and the more you learn about VIM, the more it rocks. I must admit there's a learning curve to VIM though, as is the case with anything worth learning
Just cause I'm curious: are there any IDEs that actually let the programmer move about the text being edited with the same ease as in VIM? or do they pretty much limit you to moving around with the cursor keys and a character at a time?

Last edited by nazdrowie; 03-07-2005 at 01:13 PM.
 
Old 03-07-2005, 07:56 PM   #7
johnMG
Member
 
Registered: Jul 2003
Location: CT, USA
Distribution: Debian Sarge (server), Etch (work/home)
Posts: 601

Rep: Reputation: 32
> Why is everybody so caught up with IDEs anyways?

Debugging in an IDE's GUI is pretty nice...
 
Old 03-18-2005, 11:28 AM   #8
TruongAn
Member
 
Registered: Dec 2004
Location: Vietnam (Việt Nam)
Distribution: Gentoo (desktop), Arch linux (laptop)
Posts: 728

Original Poster
Rep: Reputation: 33
KDE is not good enough!

Honestly, VS.Net is much better than KDE.

KDE neither supports auto word complete,
nor object browse. It supports more languages
than needed, but it don't include documentation
for those language
 
Old 03-18-2005, 11:32 AM   #9
ghaefb
Member
 
Registered: Aug 2004
Location: Slovenia
Distribution: Fedora Core
Posts: 37

Rep: Reputation: 15
Anjuta IDE
The best IMHO
 
Old 03-18-2005, 12:16 PM   #10
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
What is VS.Net? Can you tell more? Desktop Environment?
 
Old 03-18-2005, 12:54 PM   #11
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
VS.Net is an ms windoze IDE
 
Old 03-18-2005, 10:32 PM   #12
hk_linux
Member
 
Registered: Nov 2004
Location: India
Distribution: RedHat, PCQLinux, Fedora
Posts: 95

Rep: Reputation: 15
I agree with nazdrowie. The IDEs are mere hype. But when it comes to editors, I prefer emacs.

I write the code, compile it and even debug from within the emacs, without even coming to the shell. ;-)
 
Old 03-18-2005, 11:20 PM   #13
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Quote:
Originally posted by kornerr
What is VS.Net? Can you tell more? Desktop Environment?
Quote:
Originally posted by reddazz
VS.Net is an ms windoze IDE
I think that was a Joke :P

TruongAn, you can find good IDEs for Linux like Borland Kylix's one. Actually that's a matter of taste, I found Java NetBeans to be a wonderfull IDE for Java. I really enjoy using jEdit too for PHP, HTML and Java stuff. The problem actually is that there are so many that you take a lot to find one for your taste, while, in Windows, you have only ONE, so there's no choice, just keep in the production chain and you'll be a monkey coder (I don't pretend to offense anyone, it's the reality :P).

By the way, if you really like Visual Basic, try Gambas found in: http://gambas.sourceforge.net it's a language like VB that has a good IDE.
 
Old 03-18-2005, 11:40 PM   #14
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
I've never seen VS.Net, but I'm pretty sure it's worser than KDE. I just see how awful XP Style is even comparing with KDE3.2... Also I'm sure 4.0 will be much better than Windows 2010
And it supports my Russian just fine (GNOME does even better). And I didn't need to read documentation: both KDE & GNOME have their Contol Centers where all is as easy as a mouse click.
And "auto word complete"... shell suppots this (it completes paths and cmds). Or may be you're about MS Office? I think (but never used) StarOffice is similar.
Every Linux thing is better than LoseDOS' one: either shell, or IDE.

Last edited by kornerr; 03-18-2005 at 11:47 PM.
 
Old 03-19-2005, 10:15 AM   #15
al_periodical
LQ Newbie
 
Registered: Mar 2005
Location: singapore
Distribution: redhat9
Posts: 7

Rep: Reputation: 0
Borland Kylix might be the better IDE for linux
supports pascal and C++
Generally works,functions and performs the same as IDEs in MS windows though there are some differences in the availablelity of visual or non-visual components between the free and comercial editions of Kylix.
The download size of the Open Kylix (the free edition one) is around 90mb and you might need a fast PC( ?at least a P4,526mb ram?)if you want fast IDE performance.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a good Makefile-generating IDE for Linux? DaneM Programming 6 09-19-2005 07:24 AM
looking for good IDE for linux, glimmer nto working out exodist Programming 7 03-28-2004 03:13 AM
Any good IDE raid controllers/external enclosures for linux? glock27linux Linux - Hardware 2 11-26-2003 02:52 PM
No good IDE for linux :(( madiyaan Programming 4 06-21-2003 06:34 AM
A good IDE sewer_monkey Linux - Software 4 06-01-2002 07:25 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 02:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration