Text editor in Windows with real time update?

2019-04-06 19:27发布

What's a good text editor in Windows that automatically updates the view whenever the opened file has been modified by another process? I need this to watch the output of my program.

8条回答
再贱就再见
2楼-- · 2019-04-06 19:42

What I use is snaketail. It can update in real time several files, even without the focus.

查看更多
趁早两清
3楼-- · 2019-04-06 19:45

Notepad++ has this feature.

If you want to reload automatically, go to Settings / Preferences, then the MISC tab and uncheck Update silently under File Status Auto-detection.

查看更多
聊天终结者
4楼-- · 2019-04-06 19:46

See the Viewer (F3 option) in FAR file manager, when End button is pressed, it updates and scrolls text automatically

查看更多
ゆ 、 Hurt°
5楼-- · 2019-04-06 19:47

This doesn't really answer your question, but it sounds like what you really want is some kind of console view, not a file. Would it be possible to pipe your program's output into an output stream that's visible in a console instead? Those are designed to show new lines as they arrive, automatically scroll, etc.

查看更多
Summer. ? 凉城
6楼-- · 2019-04-06 19:55

Use Tail For Windows.

Tail doesn't need to have focus on.

I've got it from superuser.com answer.

查看更多
SAY GOODBYE
7楼-- · 2019-04-06 19:59

I would recommend Notepad2. It refresh the content automatically without focus switching. You just need to go to menu 'Settings' and set 'File Change Notification...' option, and then save your settings. But keep in mind, refresh has a delay about 2-3 seconds.

查看更多
登录 后发表回答