Refresh document in notepad++

匿名 (未验证) 提交于 2019-12-03 08:33:39

问题:

I have a php script running which writes to a logfile. I opened the logfile in Notepad++ to see any new content. But i noticed that the content is only refreshing after Notepad++ looses the focus and receives the focus again.

Is there a way to refresh the page manually just like a page refresh with F5 on webbrowsers, or even better, automatically refresh?

回答1:

Yes, the Reload from Disk feature is built-in. It's not mapped to any keyboard shortcut, though, so you will have to do it yourself:

Settings -> Shortcut mapper 

then choose Modify and map it to your favorite hotkey. Mine is usually mapped to Ctrl + R.



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!