vote up 13 vote down star
6

I'm after a free (and Free) lightweight IDE at least on Windows, and preferably cross-platform as well, which handles:

  • XHTML, CSS and Javascript (maybe even jQuery..!) syntax highlighting
  • FTP deployment
  • Version control integration (CVS, SVN, git, whatever)

What've people found to work?

EDIT: I've tried a few of these, and have chosen Aptana, even though it isn't the highest-voted solution. It's quicker than Eclipse, and seems more suited to Web development (e.g. I just typed in a few FTP details and it sucked down the site onto my hard disk. Nice and easy.) I hope that it's reasonable/acceptable behaviour to accept the non-highest answer; this is my first answered question, so thanks everyone for answering!

For posterity, the other solution I would strongly consider is Eclipse PDT.

flag
for which operating system? – darasd Feb 5 at 9:55
Thanks! I've edited the question. – Robert Grant Feb 5 at 10:11
should this be wiki? – Slartibartfast Feb 5 at 11:04

24 Answers

vote up 13 vote down check

Aptana is the best IDE for Javascript, it also supports jQuery. Its based on Eclipse, so i you can make it work with Eclipse Plugins. It support SVN right out of the box.

link|flag
I wouldn't say that Aptana fits the "lightweight" category though. – Simon Hartcher Feb 6 at 5:51
Only Aptana Pro which costs $99 supports SVN if you use their plugin – Adam Feb 6 at 5:56
Aptana is the best ide for javascript that I found so far. – Hoffmann Feb 8 at 22:52
I think Aptana is more lightweight than Eclipse, Visual Studio, Netbeans and IntelliJ :P – 01 Feb 9 at 23:38
vote up 18 vote down

Eclipse

link|flag
+2 for with Aptana plugin though. – Noah Goodrich Feb 15 at 3:55
Ya, with Aptana plugin, its cool for Front end Development. – Techmaddy Feb 15 at 18:44
vote up 13 vote down

Visual Studio Web Developer Express edition.

link|flag
not sure i'd call it lightweight! – darasd Feb 5 at 11:32
compared to the Pro or Team edition I would call it lightweight. Currently i am using everyday because its more optimal for what I do. VS Pro seems huge/bulky in comparison – MikeJ Feb 6 at 5:33
vote up 8 vote down

NetBeans is my IDE of choice (http://www.netbeans.org/).

link|flag
Netbeans is a really good choice it does all the basic web languages, has FTP support and really good intergration with various version control systems. It also has really good PHP support since version 6.5 and really good support for a number of different JavaScript libraries including jQuery. – Mark Davidson Feb 5 at 12:15
vote up 4 vote down

Open Komodo (or Komodo Edit) and Eclipse.

link|flag
Komodo is nice, if a bit slow to start. – Rob Feb 5 at 17:15
Yeah, but I only start it once every time I reboot or turn on the computer... ;) – Anders Sandvig Feb 5 at 18:10
vote up 4 vote down

For CSS intellij Idea IDE is good.But it is not free.But u can get trial version for one month.After that u can uninstall and reinstall.AutoCompletion feature is very good in intellij idea.

link|flag
Now it will be free: blogs.jetbrains.com/idea/2009/… – Oscar Reyes Oct 16 at 0:30
vote up 1 vote down

+1 for Netbeans. Great Java and Ruby/Rails support - now also comes with Python support.

I've been using IntelliJ lately as they offer a 30 day free trial and it rocks. So, so clever. It needs to be tried to be believed. Just need to raise the funds or persuade the boss to buy me a license...

link|flag
I used IntelliJ a bit with my previous company...it was amazing, I agree! Although Eclipse has done a lot of catching up. – Robert Grant Feb 5 at 12:13
vote up 1 vote down

Aptana checks all your boxes. Comes as a standalone or Eclipse plugin.
Notepad++ is very cool if you need something fast and light. I'm not sure if it has plugins for SVN or jQuery but it may do.

link|flag
vote up 1 vote down

I use #Develop - it is the free and light weight C#/VB.NET/IronPython/IronRuby/Boo IDE. You can find a quick review of #Develop on my blog.

Pronounced Sharp-Develop it has integration with many tools such as NUnit, FxCop and more.

link|flag
vote up 1 vote down

For a "lighter" eclipse environment for PHP, go to http://www.eclipse.org/pdt/downloads/ and pull the package down from there.

Then head over to http://download.eclipse.org/technology/dltk/downloads/, click on the link for the current stable downloads and pull down the javascript IDE plugin to add on as well. (No need to get the core, it's already in the PHP download.)

link|flag
That's interesting; do you mean the one under Incubated Components? – Robert Grant Feb 6 at 10:13
That's the only one there, so, yep. – Evan Feb 6 at 11:01
vote up 1 vote down

NetBeans 6 is fantastic because it supports pretty much all the languages you're likely to use for web development.

The JavaScript editor is just amazing; it highlights errors as you're typing, just like you may be used to when editing a static language such as Java. Given that there's no compiler to validate your JavaScript, this is a huge time saver.

It also itegrates with all the popular SQL databases.

People who last tried NetBeans at vesion 5 or earlier should really give version 6 a look. The product has transformed since then.

link|flag
I agree with that last bit - Netbeans 6 is so far ahead of the other versions it's ridiculous. – Robert Grant Feb 16 at 9:34
vote up 1 vote down

jEdit has plugins for FTP and different version-control-systems. It also supports syntax highlighting for nearly everything.

link|flag
vote up 0 vote down

GVIM - If you are good at Vi, this is very powerful.

link|flag
vote up 0 vote down

Aptana

link|flag
vote up 0 vote down

Textmate rocks my socks. Maybe it doesn't do deployment, but I use capistrano for that, and it hits every other requirement you have.

EDIT: oh free... Textmate isnt free. But well worth the purchase.

link|flag
Except the requirement to run under Windows. – Rob Feb 5 at 17:16
Haha, I fail today. – Squeegy Feb 5 at 17:26
E Text Editor, sold as 'The power of Text Mate for windows', very similiar to Text Mate. Although also not free. – Ronnie Feb 8 at 1:06
vote up 0 vote down

UltraEdit

link|flag
vote up 0 vote down

I still think that Eclipse is the best by far.

In terms of capability but also in his plugs in and the comunity behind it.

Remeber that it has the level of an visual studio but FREE wich is really rare this days.

link|flag
Eclipse Doesn't have the level of a Visual Studio ;) Visual Studio Express is FREE. – Guillaume Feb 5 at 14:16
Visual Studio isn't Free (as in speech); I gave Express Edition a very brief go, but after a very slow download (far slower website & download than every other option), and a long install process involving a reboot, I lost patience with it. I'll try it again after a while, when I've cooled down! :) – Robert Grant Feb 6 at 21:12
vote up 0 vote down

Here is a perfect free two software :

For CSS : TopStyle Lite

For FTP : FileZilla

For General Use (Notepad Replacement) : Notepad2

link|flag
vote up 0 vote down

I've been using phpDesigner for a while. It's not restricted to PHP and doesn't contain any intellisense-style tips but I like it as it's pretty lightweight.

link|flag
vote up 0 vote down

I have used EditPlus (now $35) for years. Lightweight, with syntax highlighting and FTP deployment. No version control integration though.

link|flag
vote up 0 vote down

I use PSPad for javascript, xml and xslt.

link|flag
vote up 0 vote down

Thanks for the answers (so far!) guys. I'm trying to download a few options and give them a go; this is a really helpful list. I'm ideally looking for something more lightweight than Eclipse (or derivatives); I use it every day and it's a good tool, but it's quite heavyweight. However, possibly a stripped-down version would work, I'll give that a go.

link|flag
you should put your responses by editing your question, not answering it yourself =) – Hoffmann Feb 8 at 22:54
Oh - sorry! I obviously didn't read the FAQs carefully enough before starting :) – Robert Grant Feb 9 at 9:13
vote up -1 vote down

I'm currently studing at uni and we have been told not to use IDE as the can complete a lot of code for you (fine if you know what you are doing). I am currently using PS pad support most formats too. PS Pad

link|flag
Tell them to sod off, and use whatever tools make you most productive. As long as you understand what's going on and can explain it if challenged, I see no reason to accept arbitrary limitations on tooling. – Rob Feb 5 at 17:18
vote up -1 vote down

eclipse FTW

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.