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.
相关问题
- React Native Inline style for multiple Text in sin
- How to change the first two uppercase characters o
- How to change the first two uppercase characters o
- Is there a way to rotate text around (or inside) a
- QML creating Text element takes long time
相关文章
- 放在input的text下文本一直出现一个/(即使还没输入任何值)是什么情况
- Rendering plain text through PHP
- Python thinks a 3000-line text file is one line lo
- How to get all distinct words of a specified minim
- saving cProfile results to readable external file
- How do I give focus to a python Tkinter text widge
- Convert one row to multiple rows per subject in a
- Convert Text to Table (Space Delimited or Fixed le
What I use is snaketail. It can update in real time several files, even without the focus.
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.
See the Viewer (F3 option) in FAR file manager, when End button is pressed, it updates and scrolls text automatically
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.
Use Tail For Windows.
Tail doesn't need to have focus on.
I've got it from superuser.com answer.
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.