Is there a FREE text editor for WINDOWS that can be set to save the current file after any changes or every second or faster?

link|improve this question
7  
just curious, why do you want it to save every SECOND? – Mark Nov 9 '09 at 20:46
feedback

migrated from stackoverflow.com Nov 9 '09 at 21:20

This question came from our site for professional and enthusiast programmers.

4 Answers

You can use Notepad++ with some customized scripts.

For example, this forum post gives a sample script.

link|improve this answer
feedback

you could probably get a script for Vim, Emacs, or another programming editor

link|improve this answer
feedback

I would suggest you try Notepad++. I would imagine a macro-esque or script-based implementation should do the trick.

link|improve this answer
feedback

Ctrl-s to save. That should speed up saving considerably. Saving every second is overkill though, and may slow down your performance.

If you are not working on code, Google Docs has a pretty frequent autosave.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown