Is there a programmer's text editor (line numbers, syntax highlighting) for Windows 7 that offers

  1. Edit in Place via SCP
  2. A non-administrator instalation/runs without instalation

Free is nice, commercial with demo is acceptable.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Komodo Edit will do this I think. (Komodo Edit Portable).

It's free and has a very nice feature set.

link|improve this answer
Perfect. I'll never understand why developers opt for the installer route if it's possible to create a stand alone version. – Alan Storm Apr 7 '10 at 17:19
1  
I agree. There should at least be an option in the installer: "install as stand alone?" – moshen Apr 9 '10 at 16:51
feedback

vim is another option:

uses pscp (from putty) to do the 'edit over scp' part, read more:

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.