Note - In case if icon not available then View -> Monitoring(tail -f)
I frequently use it to monitor changes in log files.
Notepad++ has a file monitoring option that is designed for log files. The following extract from the release notes describes the facility and how to use it.
Notepad++ 6.9.2 released
18 May 2016 01:23:00
Log Monitoring is one of most wanted features. It is in v6.9.2 now.As indicated its name, Log Monitoring allows users to monitor log files' writting, update by scrolling to the last line while every modification, just like Unix command "tail -f".Click on "eye icon" on toolbar or use menu "View->Monitoring (tail -f)" to activate/disactivate this command.
The Notepad user manual has more information about this facility, see live file monitoring.
If you want to enable auto reload of file, Go to:Settings -> Preferences -> MISC.
And click on "Update silently" check box, under "File Status Auto-Detection"
I found out an easier way. There is this eye sort of icon on the toolbar (right next to the record button). Click that and it refreshes automatically!
I love Notepad++ but it's not good at automatically detecting file changes in the file system.
I'm a java developer and I use log4j to write log files and I'd love it to pick up changes in the log files automatically, and not have to whether:
A few years ago I opened a bug about it, but the main dev replied that the problem is my app, not Notepad++.And BTW, at that time, the problem was it would not detect the screen output from PuTTy redirected to a log file.
Anyhow, the setting you want is at:
Settings > Preferences > MISC. > File Status Auto-Detection
The accepted answer is fine, but if you don't use that feature so often and you don't want to remember a shortcut, you can find the button in the menu under File
-> Reload from Disk
:
I know this is an old post but you can always right click you current tab and select reload.
The eye icon which says Monitoring(tail -f) on the toolbar does the job for me..It automatically upload it silently and also go to the EOF to see any running logs but this has to be done for each file that is opened as it monitors the file that is getting updated.
I think this post would be the most appropriate answer to your needs.
It gives as setting within notepad++ to auto refresh and there is also an option to go to the end of the updated logs.