LinuxQuestions.org
Did you know LQ has a Linux Hardware Compatibility List?
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

Tags used in this thread
Popular LQ Tags , , , , ,

Reply
 
Thread Tools
Old 08-01-2006, 04:18 AM   #1
hs123
Registered User
 
Registered: Dec 2003
Posts: 2,832
Blog Entries: 4
Thanked: 9
List of Free Software and Freeware IDEs


[Log in to get rid of this advertisement]
Updated: new section - programmers' text editors

If I have missed out any other Freeware or Free software IDEs, please let me know.

Software - OS or Platform supported - Languages supported

Free Software/Open Source

KDevelop - Linux - Multiple languages
Anjuta - Linux - C/C++
eric - Crossplatform - Python
MonoDevelop - Linux - Dot Net
BoaConstructor - Crossplatform - Python
Quanta Plus - Linux - Web dev (PHP/HTML)
Eclipse - Crossplatform - Multiple languages
Bloodshed Dev-C++ - Windows - C/C++
Netbeans - Crossplatform - Java
Code::Blocks IDE - Windows/Linux - C/C++
VIDE - Windows/Linux - C/C++
MinIDE - Windows - C/C++
BVRDE - Windows - C/C++ (crosscompiler)
FreeRIDE - Crossplatform - Ruby
Geany - Linux and Windows - Multiple languages
Radrails - Crossplatform - Ruby
Bluefish - Unix - Web dev (PHP/HTML)
Emacs - Crossplatform - Multiple languages
Xwpe-ALPHA - Unix - C/C++
CodeDragon/wxStudio - Crossplatform - C/C++
Open Perl IDE - Windows - Perl
FreePascal IDE - Crossplatform - Pascal
Kile - Linux - TeX/LaTeX
Spe - Crossplatform - Python
PIDA - Linux - Python
Lazarus - Crossplatform - Pascal
SharpDevelop - Windows - .NET Framework

Freeware (License may be restrictive)

JCreator - Windows - Java
MinGW Developer Studio - Windows - C/C++
Visual Studio Express - Windows - Multiple languages
JBuilder Foundation - Crossplatform - Java
BlueJ - Crossplatform - Java
PerlEdit - Windows/Linux - Perl
jGRASP - Crossplatform - Multiple languages
JDeveloper - Crossplatform - Java/db/web development

Freeware and/or FOSS Programming Editors (Not Full IDEs, but useful nonetheless)

jEdit - Crossplatform
Crimson Editor - Windows
Syn Text Editor - Windows
Kate - Unix (KDE)
vim - Unix
CUTE
- Unix (QT)
jed - Crossplatform
gedit - Unix (Gnome)
NoteTab Light - Windows
pe - BeOS

Last edited by hs123; 12-16-2006 at 02:05 AM..
hs123 is offline  
Tag This Post , , , , ,
Reply With Quote
Old 08-01-2006, 09:09 AM   #2
taylor_venable
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..
taylor_venable is offline     Reply With Quote
Old 08-01-2006, 09:32 AM   #3
Mega Man X
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!
Mega Man X is offline     Reply With Quote
Old 08-01-2006, 09:32 AM   #4
hs123
Registered User
 
Registered: Dec 2003
Posts: 2,832
Blog Entries: 4
Thanked: 9

Original Poster
Thanks. Added.
hs123 is offline     Reply With Quote
Old 08-01-2006, 09:59 AM   #5
dmail
Member
 
Registered: Oct 2005
Posts: 964
Thanked: 4
This link will be of value here
http://www.thefreecountry.com/compilers/index.shtml
dmail is offline     Reply With Quote
Old 08-01-2006, 10:03 AM   #6
hs123
Registered User
 
Registered: Dec 2003
Posts: 2,832
Blog Entries: 4
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.
hs123 is offline     Reply With Quote
Old 08-01-2006, 01:49 PM   #7
graemef
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
graemef is offline     Reply With Quote
Old 08-01-2006, 03:51 PM   #8
jlliagre
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.
jlliagre is offline     Reply With Quote
Old 08-01-2006, 04:08 PM   #9
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 3,689
Thanked: 100
xwpe and grasp?
gnashley is offline     Reply With Quote
Old 08-01-2006, 04:33 PM   #10
Randux
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.
Randux is offline     Reply With Quote
Old 08-01-2006, 04:44 PM   #11
Randux
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
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.
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..
Randux is offline     Reply With Quote
Old 08-01-2006, 07:42 PM   #12
taylor_venable
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..
taylor_venable is offline     Reply With Quote
Old 08-01-2006, 11:10 PM   #13
hs123
Registered User
 
Registered: Dec 2003
Posts: 2,832
Blog Entries: 4
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..
hs123 is offline     Reply With Quote
Old 08-01-2006, 11:19 PM   #14
weibullguy
PackManUtil Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Cross Linux from Scratch, Gentoo
Posts: 2,343
Blog Entries: 1
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)?
weibullguy is offline     Reply With Quote
Old 08-01-2006, 11:37 PM   #15
hs123
Registered User
 
Registered: Dec 2003
Posts: 2,832
Blog Entries: 4
Thanked: 9

Original Poster
Added languages supported. Please correct any mistake if you find it
hs123 is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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 freeware Network Simulation software? jimdaworm Linux - Networking 8 10-20-2006 09:06 AM
freeware fractal software rblampain Linux - General 5 06-06-2006 09:25 PM
Free Software, Free Society: Selected Essays of Richard M. Stallman irfanhab Linux - General 1 11-09-2004 07:22 AM
Free Gillete Products + list of other free stuff looksmart123 General 1 08-08-2004 04:38 PM
How can I get list of all the non-free software I have? *IP* Debian 6 01-08-2004 07:59 AM


All times are GMT -5. The time now is 09:37 PM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration