LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > LinuxQuestions.org > 2005 LinuxQuestions.org Members Choice Awards
User Name
Password
2005 LinuxQuestions.org Members Choice Awards This forum is for the 2005 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite products of 2005. This is your chance to be heard! Voting ends March 6th.

Notices


View Poll Results: IDE of the Year
Eclipse 262 31.99%
Zend Studio 28 3.42%
Komodo 13 1.59%
Anjuta 46 5.62%
Kdevelop 257 31.38%
Emacs 107 13.06%
Netbeans 50 6.11%
MonoDevelop 30 3.66%
Kylix 14 1.71%
eric3 12 1.47%
Voters: 819. You may not vote on this poll

Reply
  Search this Thread
Old 02-19-2006, 07:29 AM   #61
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Thumbs down


Quote:
Originally Posted by darthtux
Didn't vote in this one since vim isn't there
It's not there because it's not an IDE, it's a text editor...
 
Old 02-21-2006, 11:26 PM   #62
el zilcho
LQ Newbie
 
Registered: Jan 2006
Location: Dallas
Distribution: arch, kubuntu, slack
Posts: 4

Rep: Reputation: 0
Eclipse has been good to me. I started learning java last year and the integrated javadocs and autocomplete menus really helped, but Eclipse is quite slow so I'm slowing moving to Emacs.
 
Old 02-23-2006, 08:54 PM   #63
Mr. New
Member
 
Registered: Oct 2004
Distribution: Kubuntu and Mac OS X
Posts: 80

Rep: Reputation: 15
I'm not going to vote in this poll due to a lack of experience with most of those IDE's. But noone has mentioned monodevelop. No surprise as it's not that good, but it deserves some mention as the main IDE for C# on the mono platform.

EDIT- I saw the post about best IDE for nonprogrammers, thats crazy what do you think IDE's are for?

Last edited by Mr. New; 02-23-2006 at 08:55 PM.
 
Old 02-24-2006, 02:20 AM   #64
berkes
LQ Newbie
 
Registered: Feb 2006
Posts: 17

Rep: Reputation: 0
quanta+

or kate for the quickies. All PHP and Ruby (on Rails) development
 
Old 02-28-2006, 09:21 AM   #65
brockers
Member
 
Registered: Aug 2003
Posts: 30

Rep: Reputation: 15
The problem with IDE's is that they are really best when you are dealing with a given environment and language. Eclipse is easily the best if you do Java development but isn't half as good for C++ programming. KDevelop wipes the floor for C++/C style programming but really is lacking for other languages.

Overall, I would have to say KDevelop is probably the best IDE in terms of function and feature set, but you never know what new plugins have made Eclipse user-cool as of late.

Bobby
 
Old 02-28-2006, 10:55 AM   #66
PerfectReign
Member
 
Registered: Apr 2005
Location: Los Angeles
Distribution: openSUSE / Ubuntu
Posts: 294

Rep: Reputation: 33
Smile

Quote:
Originally Posted by KimVette
I don't see "Microsoft Visual Studio" in the list. . .

*ducks*
/me sends cream pie your way!

Actually I wonder if you could get VS 6.0 to run (and compile apps) under Wine...

I vote for Kate as IDE of the year. Oh, wait, Kate isn't an IDE.

Okay, for those who haven't seen NetBeans (www.netbeans.org) 5.0 yet, do take a look!

http://www.livebeans.com/modules/new....php?storyid=2
 
Old 02-28-2006, 05:47 PM   #67
Satissh Srinivasan
LQ Newbie
 
Registered: Feb 2006
Location: Chennai , India
Distribution: LFS (Linux From Scratch)
Posts: 17

Rep: Reputation: 0
Emacs rocks on any day. Though of late i'am addicted to net-beans and blackdown for java. Isn't eclipse a memory hog? Even with my 1 GB ram it hogs system like hell.
 
Old 03-01-2006, 04:17 AM   #68
kskkumar
Member
 
Registered: Aug 2005
Posts: 40

Rep: Reputation: 15
I post for Eclipse very handy IDE for many languages :-)
 
Old 03-01-2006, 04:32 AM   #69
alesz
Member
 
Registered: Mar 2005
Distribution: FC5 on disk, Knoppix as LiveCD
Posts: 48

Rep: Reputation: 15
Why I voted for Kdevelop

Well, I've been wondering which IDE to vote for, as all are pretty importaint to me:
Kdevelop
Kile
Eclipse
eric3

Currently I'm working in Kile, but this year the major programming I did was in Kdevelop, with Eclipse not staying behind a lot. When I used eric3, it crashed occasionally, but I liked it anyway very much as a good python IDE.

So why I voted for Kdevelop and not Eclipse? Because it was the most stable for my platform (FC4) and not getting in my way, with quick CTAGS navigation and I really did most programming in C++ this year. Eclipse has a nice tags navigation too, and I like the quick refactoring pretty a lot, would be great if Kdevelop could refactor too. Perhaps I vote for Eclipse next year.
 
Old 03-01-2006, 06:43 AM   #70
Brian Knoblauch
Member
 
Registered: Jan 2005
Distribution: OpenSuse Tumbleweed
Posts: 288

Rep: Reputation: 39
Sun Java Enterprise Suite, but it's not an option up there...
 
Old 03-01-2006, 09:29 AM   #71
Jaqui
Member
 
Registered: Jan 2006
Location: Vancouver BC
Distribution: LFS, SLak, Gentoo, Debian
Posts: 291

Rep: Reputation: 36
joe, gdb, make.

who needs an obtuse ui like vi and emacs?

or a tool that forces you to work BACKWARDS, like the gui tools listed in the poll.
finish with graphic user interface, start with underlying code is the way to work.
design the gui to fit the way the app works, not the app to fit the gui.
 
Old 03-01-2006, 09:32 AM   #72
Brian Knoblauch
Member
 
Registered: Jan 2005
Distribution: OpenSuse Tumbleweed
Posts: 288

Rep: Reputation: 39
That's true, I've done as much in vi and javac as I have in JES!
 
Old 03-01-2006, 09:38 AM   #73
Fasn8n
Member
 
Registered: Dec 2004
Location: Virginia
Posts: 79

Rep: Reputation: 15
Quote:
Originally Posted by Gethyn
I could never figure out any IDEs. Guess that makes me kinda stoopid! Always do my development in Kate or another text editor, write makefiles by hand and compile from the command line... not that I ever write anything very complicated...
I hear ya... Can someone add gedit? hahaha
 
Old 03-01-2006, 09:56 AM   #74
d0g
Member
 
Registered: Jan 2005
Distribution: Fedora 7
Posts: 35

Rep: Reputation: 15
Quote:
Originally Posted by Jaqui
joe, gdb, make.

who needs an obtuse ui like vi and emacs?

or a tool that forces you to work BACKWARDS, like the gui tools listed in the poll.
finish with graphic user interface, start with underlying code is the way to work.
design the gui to fit the way the app works, not the app to fit the gui.
Umm, I don't remember NetBeans preventing me from writing application logic before GUI. And from my experience programmers who need an IDE to do their work usually don't design the GUI.

IDE is not about GUI, IDE is about speeding up development. I'd like to see how much time will it take you to write some EJBs and then do a bunch of refactorings only with joe.
 
Old 03-01-2006, 10:05 AM   #75
Jaqui
Member
 
Registered: Jan 2006
Location: Vancouver BC
Distribution: LFS, SLak, Gentoo, Debian
Posts: 291

Rep: Reputation: 36
dOg,
that would require using a scripting language instead of a programming language.

I don't even install java support on my systems, never mind use java based apps.
so coding in java is not something I worry about, or place any value on.

c, c++ and assembler only thank you.
 
  


Reply

Tags
members choice awards



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
RH9 &9.0 Benq CDRW 4012a IDE + IDE CDROM - Install - how to cgtueno Linux - Hardware 6 05-30-2004 02:43 PM
hpt372 ide controller and on-the-fly ide removeing captgoodnight Linux - Hardware 0 01-25-2004 12:38 AM
bad dmesg output when using ide-scsi boot parameter for IDE CD/DVD-ROM Locura Slackware 7 09-29-2003 02:36 AM
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 > 2005 LinuxQuestions.org Members Choice Awards

All times are GMT -5. The time now is 10:41 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