Windows 中的文本编辑器实时更新? [英] Text editor in Windows with real time update?

查看:36
本文介绍了Windows 中的文本编辑器实时更新?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Windows 中有什么好的文本编辑器可以在打开的文件被另一个进程修改时自动更新视图?我需要这个来观察我的程序的输出.

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.

推荐答案

如果你喜欢使用鼠标,Notepad++ 很棒

If you like using a mouse, Notepad++ is great

如果你对键盘更满意,对我来说,它必须是 Emacs.这是适用于 Windows 的下载.

If you're happier with the keyboard, for me, it has to be Emacs. Here's the download for Windows.

要在 Emacs 中使用该功能,请将以下内容添加到您的 .emacs 中:

To use the feature in Emacs, add the following to your .emacs:

(global-auto-revert-mode t)

工作中有很多人喜欢 Textpad,但我不明白为什么,它甚至没有列编辑功能.

There are lots of people at work who like Textpad but I don't understand why, it doesn't even have column editing.

这篇关于Windows 中的文本编辑器实时更新?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆