Text editor in Windows with real time update? -
what's text editor in windows automatically updates view whenever opened file has been modified process? need watch output of program.
if using mouse, notepad++ great
if you're happier keyboard, me, has emacs. here's download windows.
to use feature in emacs, add following .emacs:
(global-auto-revert-mode t)
there lots of people @ work textpad don't understand why, doesn't have column editing.
Comments
Post a Comment