tags:

views:

188

answers:

5

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!

+1  A: 

Notepad++

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

FogleBird
That covers the code editor, if you count color syntax highlighting as smart markup, but that's pretty much it.
Robert Harvey
+2  A: 

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

glebm
Very nice and runs TextMate bundles.
Nosredna
+3  A: 

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.

Suppressingfire
A: 

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

Secko
Good, but quite a bit of work to configure.
PiPeep
There are programs that can automate this.
Secko
@Secko : That's cool. Any luck at finding out what those would be?
PiPeep
A: 

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.

PiPeep