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

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -