LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > LinuxQuestions.org > 2006 LinuxQuestions.org Members Choice Awards
User Name
Password
2006 LinuxQuestions.org Members Choice Awards This forum is for the 2006 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite products of 2006. This is your chance to be heard! Voting ends February 18th.

Notices


View Poll Results: IDE of the Year
Eclipse 252 34.47%
Kdevelop 192 26.27%
Zend Studio 16 2.19%
Komodo 11 1.50%
Anjuta 50 6.84%
Emacs 84 11.49%
Netbeans 70 9.58%
MonoDevelop 38 5.20%
Kylix 8 1.09%
eric3 10 1.37%
Voters: 731. You may not vote on this poll

Reply
  Search this Thread
Old 01-03-2007, 01:46 AM   #16
greenday_ra
LQ Newbie
 
Registered: Jun 2006
Distribution: Ubuntu
Posts: 20

Rep: Reputation: 0

Only NetBeans.
Did you see the new features of NetBeans.

GUI web design base on JSF with ajax,
UML Diagram designer,
Mobile application development,
and ....
 
Old 01-03-2007, 03:07 PM   #17
JimDog
Member
 
Registered: Aug 2003
Location: Colorado, USA
Distribution: Fedora Core
Posts: 100

Rep: Reputation: 15
I voted for KDevelop but I really really wish I could have it emulate VI. Actually what I really really really wish, is that I wasn't so cheap and I'd break down and buy SlickEdit for linux because that's what I use at work on WinBlows and SlickEdit ROCKS. Oh well.
 
Old 01-03-2007, 08:23 PM   #18
Alphalutra1
LQ Newbie
 
Registered: Aug 2006
Distribution: FreeBSD 8-Stable
Posts: 9

Rep: Reputation: 2
gVim with jikes and sablevm FTW (that is my ide)

Alphalutra1
 
Old 01-03-2007, 08:28 PM   #19
timothyb89
Member
 
Registered: Jul 2006
Location: Colorado, USA
Distribution: openSuSE 11.4
Posts: 118

Rep: Reputation: 15
NetBeans- the GUI designer is awesome
 
Old 01-04-2007, 11:43 AM   #20
animeresistance
Member
 
Registered: Feb 2004
Distribution: Slackware
Posts: 230

Rep: Reputation: 39
i only used Kdevelop, works fine with me.
 
Old 01-04-2007, 11:59 AM   #21
alred
Member
 
Registered: Mar 2005
Location: singapore
Distribution: puppy and Ubuntu and ... erh ... redhat(sort of) :( ... + the venerable bsd and solaris ^_^
Posts: 658
Blog Entries: 8

Rep: Reputation: 31
i go for kylix for no reasons ...

although not exactly the ide itself for i only use the compiler and those kylix stuffs that came with it almost all of the time and lately it seems that i tend to only use a text editor more oftently ...


.
 
Old 01-04-2007, 12:54 PM   #22
bonefry
LQ Newbie
 
Registered: Sep 2005
Posts: 7

Rep: Reputation: 0
Why the hell doesn't VIM qualify as an IDE ?

I know it is pretty lightweight, but considering it has pretty good integration with many tools, and considering that it can be extended and that there are many [many] plugins to choose from ... why is VIM missing and Emacs is not ?

Personally I find VIM the best IDE available, with Emacs being a close second.
All the others are just toys.
 
Old 01-04-2007, 09:20 PM   #23
CrEsPo
Member
 
Registered: Apr 2005
Location: Canada
Distribution: Slackware 12
Posts: 184

Rep: Reputation: 30
I voted for Eclipse, it's a really complete IDE. Although it's built on Java, which consumes a lot of resources, I still use it for Java work.
 
Old 01-04-2007, 11:18 PM   #24
impeteperry
Member
 
Registered: Dec 2003
Location: Riverside, RI, USA
Distribution: Ubuntu/Kubuntu
Posts: 308
Blog Entries: 1

Rep: Reputation: 31
Hi Bonifry

I don't know if this will be any help for you but........

If you used Qt and qmake for your program.
Add "CONFIG += opengl qt warn_on debug" to the ".pro" file and debug your program with "ddd", which uses "vim" as an editor. ("ddd" is a frontend to "gdb"). You are in VIM all the way. (I think).

I generally use Kdevelop as I prefer kwrite to vim, but they both do about the same thing.

Last edited by impeteperry; 01-04-2007 at 11:20 PM.
 
Old 01-05-2007, 02:01 AM   #25
tcn03u
LQ Newbie
 
Registered: Apr 2004
Location: Nottingham
Distribution: Redhat 9, Fedora Core 2, Mandrake 10, Mandriva 2005-2008, chinhnt2k3
Posts: 26

Rep: Reputation: 15
Seems like Oracle JDeveloper is missing here
 
Old 01-05-2007, 02:25 AM   #26
prozac
Member
 
Registered: Oct 2005
Location: Australia
Distribution: slackware 12.1
Posts: 753

Rep: Reputation: 32
I voted for Eclipse.
 
Old 01-05-2007, 04:30 AM   #27
pietrom
LQ Newbie
 
Registered: Dec 2004
Location: Earth
Distribution: SuSE
Posts: 5

Rep: Reputation: 0
Exclamation KDevelop + Doxygen

My favourite IDE is KDevelop used with Doxygen to navigate in the code.
I wish there could be an integration of these two programs, so that when using Doxygen I could edit/compile the code...

I find Eclipse far too heavy: it does not seem to be an IDE, it looks more like a resource eater! But maybe it is not its fault, the guilty one could be Java...
 
Old 01-05-2007, 07:27 AM   #28
taylor_venable
Member
 
Registered: Jun 2005
Location: Indiana, USA
Distribution: OpenBSD, Ubuntu
Posts: 892

Rep: Reputation: 43
Quote:
Originally Posted by pietrom
I find Eclipse far too heavy: it does not seem to be an IDE, it looks more like a resource eater! But maybe it is not its fault, the guilty one could be Java...
IIRC the reason is because the JVM grabs a boatload of memory for use in its internal memory management at startup. This can be affected (and reduced) by passing the right parameter to the JVM. (See the options that start with -X.)
 
Old 01-05-2007, 07:55 AM   #29
bonefry
LQ Newbie
 
Registered: Sep 2005
Posts: 7

Rep: Reputation: 0
Actually you cannot really blame Java when Eclipse loads tons of plugins on startup.

Considering that JEdit moves pretty well, Eclipse is to blame.
 
Old 01-05-2007, 11:55 PM   #30
greenday_ra
LQ Newbie
 
Registered: Jun 2006
Distribution: Ubuntu
Posts: 20

Rep: Reputation: 0
Just for your information.
Quote:
An integrated development environment (IDE), also known as integrated design environment and integrated debugging environment, is a type of computer software that assists computer programmers in developing software.

IDEs normally consist of a source code editor, a compiler and/or interpreter, build-automation tools, and (usually) a debugger. Sometimes a version control system and various tools to simplify the construction of a GUI are integrated as well. Many modern IDEs also integrate a class browser, an object inspector and a class hierarchy diagram, for use with object oriented software development. Although some multiple-language IDEs are in use, such as the Eclipse IDE, NetBeans or Microsoft Visual Studio, typically an IDE is devoted to a specific programming language, as in the Visual Basic IDE.

From: http://en.wikipedia.org/wiki/Integra...nt_environment

as you can see, some of editors app that you vote for them are not IDE.

Last edited by greenday_ra; 01-06-2007 at 12:37 AM.
 
  


Reply

Tags
ide, vim


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
IDE of the Year jeremy 2005 LinuxQuestions.org Members Choice Awards 83 08-23-2007 10:06 AM
LXer: EE Times Announces Recipients of the Educator of the Year and Student of the Year ACE Awards LXer Syndicated Linux News 0 03-29-2006 02:21 AM
RH9 &9.0 Benq CDRW 4012a IDE + IDE CDROM - Install - how to cgtueno Linux - Hardware 6 05-30-2004 02:43 PM
how2 make the kernel scan both PCI IDE and Mboard IDE channels? carboncopy Slackware 1 07-23-2003 03:26 PM

LinuxQuestions.org > Forums > LinuxQuestions.org > 2006 LinuxQuestions.org Members Choice Awards

All times are GMT -5. The time now is 03:41 PM.

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