The Notepad++ plugin you're looking for is Document Monitor. However, if you notice that Notepad++ freezes unpredictably, causing you to lose unsaved changes, then this plugin may be the culprit, as it is known to be unstable. See http://www.g-loaded.eu/2009/10/17/be-cautious-with-notepad/
Also look at other threads on tailing documents on Windows:
A great tool with tailing, highlighting, filtering, columnizing and a rudimentary Eclipse integration is Log Expert. Also has a SDK and is free for both non-commercial and commercial use.
You can tail log files using Apache's Chainsaw by configuring Chainsaw with a LogFilePatternReceiver. See the Welcome tab for an example configuration file.
发布评论
评论(7)
Tail for Win32 是一个简单的开源程序,我已经使用了几年了。
Notepad++ 实际上可以开箱即用。
从 Notepad++ 中:设置 > 首选项> 杂项。
从那里,您可以在“文件状态自动检测”组中选中“静默更新”和“更新后滚动到最后一行”
Tail for Win32 is a simple open-source program I've been using for a couple of years already.
Notepad++ can actually do it out of the box.
From within Notepad++: Settings > Preferences > MISC.
From there, you can check "Update silently" and "Scroll to the last line after update" in the group "File Status Auto-Detection"
您正在寻找的 Notepad++ 插件是 Document Monitor。 但是,如果您发现 Notepad++ 意外冻结,导致您丢失未保存的更改,那么该插件可能是罪魁祸首,因为众所周知它不稳定。 请参阅http://www.g-loaded。 eu/2009/10/17/be-cautious-with-notepad/
另请查看有关 Windows 上尾随文档的其他线程:
The Notepad++ plugin you're looking for is Document Monitor. However, if you notice that Notepad++ freezes unpredictably, causing you to lose unsaved changes, then this plugin may be the culprit, as it is known to be unstable. See http://www.g-loaded.eu/2009/10/17/be-cautious-with-notepad/
Also look at other threads on tailing documents on Windows:
换句话说...最好的tail(日志文件可视化)免费软件工具?,不?
该问题的解决方案是: Baretail
in other word... Best tail (log file visualization) freeware tool ? , no ?
The solution in that question was: Baretail
Log Expert 是一款出色的工具,具有尾随、突出显示、过滤、列化和基本 Eclipse 集成功能。 还有一个 SDK,对于非商业和商业用途都是免费的。
A great tool with tailing, highlighting, filtering, columnizing and a rudimentary Eclipse integration is Log Expert. Also has a SDK and is free for both non-commercial and commercial use.
应该尝试使用 Logtail_plugin.wlx / logViewer.wlx 插件的 Lister。
http://www.ghisler.com/lister/
Should try Lister with Logtail_plugin.wlx / logViewer.wlx plugin.
http://www.ghisler.com/lister/
您可以通过使用 LogFilePatternReceiver 配置 Chainsaw,使用 Apache Chainsaw 跟踪日志文件。 请参阅“欢迎”选项卡以获取示例配置文件。
http://logging.apache.org/chainsaw
You can tail log files using Apache's Chainsaw by configuring Chainsaw with a LogFilePatternReceiver. See the Welcome tab for an example configuration file.
http://logging.apache.org/chainsaw
在 UNIX 中,tail -f 。 在Windows 中? 不知道。 Cygnus 工具可能也有 tail 命令。
In UNIX, tail -f . In Windows? Don't know. The Cygnus tools probably have the tail command as well.