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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
|
 |
|
08-01-2006, 09:09 AM
|
#2
|
|
Member
Registered: Jun 2005
Location: Indiana, USA
Distribution: OpenBSD
Posts: 896
Thanked: 17
|
This is a great idea; many people seek information about this subject. (This thread should be sticky on the programming forum.) I have some additions for your list:
Free Software / Open Source
FreeRIDE - Crossplatform - http://freeride.rubyforge.org/wiki/wiki.pl (requires Ruby)
Geany - Crossplatform - http://geany.uvena.de/ (requires GTK)
Radrails - Crossplatform - http://www.radrails.org/ (requires Ruby & Java)
Bluefish - Unix - http://bluefish.openoffice.nl/download.html (requires GTK)
Also, what about Emacs? Some may not consider it an IDE, but with a little work it can do everything the major IDEs can. 
Last edited by taylor_venable; 08-01-2006 at 09:11 AM..
|
|
|
|
08-01-2006, 09:32 AM
|
#3
|
|
Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,363
Thanked: 10
|
Awesome links. All the IDE's I can think of has already been mentioned. I'm kinda curious about the Visual Studio Express so I'm downloading it. I've been watching some tutorials on MS homepage and it looks pretty neat ^^;;
Cheers!
|
|
|
|
08-01-2006, 09:32 AM
|
#4
|
|
Registered User
Registered: Dec 2003
Posts: 2,832
Thanked: 9
Original Poster
|
Thanks. Added. 
|
|
|
|
08-01-2006, 09:59 AM
|
#5
|
|
Member
Registered: Oct 2005
Posts: 964
Thanked: 4
|
|
|
|
|
08-01-2006, 10:03 AM
|
#6
|
|
Registered User
Registered: Dec 2003
Posts: 2,832
Thanked: 9
Original Poster
|
dmail, thanks for the link. That site literally has *tons* of free stuff. I think we should limit this list to just IDEs or the list will grow unwieldy.
|
|
|
|
08-01-2006, 01:49 PM
|
#7
|
|
Senior Member
Registered: Nov 2005
Location: Hanoi
Distribution: Fedora 11
Posts: 1,855
Thanked: 25
|
Great idea, I think that it would be helpful if you could categorise them into the languages that they support, for example quanta & bluefish are html editors, BlueJ is a Java, Eclipse is a Java but supports others through plugins.
And let me add some competition to Quanta & bluefish, NVU, a cross platform HTML editor from http://www.nvu.com/download.php
There is also for "non-commercial use" phpedit an windows php IDE http://www.waterproof.fr/products/PH...y-personal.php
|
|
|
|
08-01-2006, 03:51 PM
|
#8
|
|
Moderator
Registered: Feb 2004
Location: Outside Paris, under a rock ...
Distribution: Solaris & OpenSolaris based distros, Ubuntu
Posts: 8,132
Thanked: 84
|
Great job, just a small comment: I'm surprised to see NetBeans in the "Licence may be restrictive" group. NetBeans is both Open Source and Free Software, being released under an OSI approved license (the CDDL), so it should be in the first list.
|
|
|
|
08-01-2006, 04:08 PM
|
#9
|
|
Amigo developer
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 3,689
Thanked: 100
|
xwpe and grasp?
|
|
|
|
08-01-2006, 04:33 PM
|
#10
|
|
Senior Member
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,707
Thanked: 19
|
Quote:
|
Originally Posted by gnashley
xwpe and grasp?
|
I thought grasp was dead. I only see jgrasp on the website.
|
|
|
|
08-01-2006, 04:44 PM
|
#11
|
|
Senior Member
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,707
Thanked: 19
|
Quote:
|
Originally Posted by taylor_venable
|
You're right, Emacs certainly is an IDE. It's not the most beautiful GUI ever written (ok, it's one of the ugliest. But in all fairness it was written maybe 25 or 30 years ago...) it sure does work. For people not running X it's an outstanding choice. I run X and it's still my favorite IDE.
bluefish is not an IDE. But it is a very nice editor. Edit: I see graemf already said bluefish was an html editor. Actually it's a pretty good all-around editor, and certainly not limited to html. It has syntax coloring for Python, PHP, and a lot of other languages (I think c/c++ also but can't remember.) And it's a good x-over editor for newbies coming from Windows (you don't have to remember alt-ctl-left-shift-&).
Last edited by Randux; 08-01-2006 at 04:50 PM..
|
|
|
|
08-01-2006, 07:42 PM
|
#12
|
|
Member
Registered: Jun 2005
Location: Indiana, USA
Distribution: OpenBSD
Posts: 896
Thanked: 17
|
Quote:
|
Originally Posted by Randux
You're right, Emacs certainly is an IDE. It's not the most beautiful GUI ever written (ok, it's one of the ugliest. But in all fairness it was written maybe 25 or 30 years ago...) it sure does work. For people not running X it's an outstanding choice. I run X and it's still my favorite IDE.
|
GNU Emacs used to be the ugliest editor, but...
GNU Emacs from CVS can be built using the GTK+ 2 toolkit, just run configure with the --with-gtk option. I've not had any problems with Emacs version 22.0.50.1 (running under FreeBSD 6-STABLE with GTK 2.8.19). It's very cleanly integrated, too; not that I usually use any the GUI elements. One feature about it that is kind of nice is that you can tear off the menus.
Last edited by taylor_venable; 08-01-2006 at 07:45 PM..
|
|
|
|
08-01-2006, 11:10 PM
|
#13
|
|
Registered User
Registered: Dec 2003
Posts: 2,832
Thanked: 9
Original Poster
|
Sorry about the Netbeans mistake. I will correct it now. + emacs added now to the list.
Last edited by hs123; 08-01-2006 at 11:13 PM..
|
|
|
|
08-01-2006, 11:19 PM
|
#14
|
|
PackManUtil Maintainer
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Cross Linux from Scratch, Gentoo
Posts: 2,343
Thanked: 60
|
Quote:
|
This is the format I'll use: Software - OS or Platform supported - Website
|
How about another column for supported programming language(s)?
|
|
|
|
08-01-2006, 11:37 PM
|
#15
|
|
Registered User
Registered: Dec 2003
Posts: 2,832
Thanked: 9
Original Poster
|
Added languages supported. Please correct any mistake if you find it 
|
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:37 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
LQ Podcast
LQ Radio
|
|