I am looking for a light programming IDE for use on my netbook. It is the new Nokia Booklet 3G with 1GB memory, 120GB storage, Intel 1.6 GHz Atom cpu, and Windows 7 Starter. I'm used to very light Mac apps like TextMate, Espresso, or Coda.

Anybody know of a nice light version of the following applications? By light I mean nothing like Dreamweaver or Aptana that have a million features that I don't need.

  • smart SSH terminal
  • FTP gui
  • smart markup/code editor

Thanks!

link|improve this question

2  
What kind of development are you looking at doing? – monksy Nov 16 '09 at 0:01
Must ... resist ... windowz ... trolling ... – PiPeep Nov 16 '09 at 1:18
feedback

5 Answers

up vote 2 down vote accepted

TextMate clone for Windows http://www.e-texteditor.com/

link|improve this answer
Very nice and runs TextMate bundles. – Nosredna Nov 16 '09 at 1:31
feedback

I'm partial to emacs. It runs just about everywhere these days, so you use the same keybindings and shortcuts no matter which OS you're using.

link|improve this answer
feedback

Notepad++

http://notepad-plus.sourceforge.net/uk/site.htm

link|improve this answer
1  
That covers the code editor, if you count color syntax highlighting as smart markup, but that's pretty much it. – Robert Harvey Nov 16 '09 at 0:02
feedback

SciTE can be perfect if applied right, there's even a portable version.

link|improve this answer
Good, but quite a bit of work to configure. – PiPeep Nov 16 '09 at 1:14
There are programs that can automate this. – Secko Nov 16 '09 at 1:29
@Secko : That's cool. Any luck at finding out what those would be? – PiPeep Dec 10 '09 at 0:29
feedback

There's a windows port of gedit, which has a simple base, but very good plug-in support, you could embed a terminal for ssh via plugins (not sure about windowz ... cygwin?), but I'm not sure about ftp. Also, Geany is nice, but not sure about ssh or ftp.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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