Sublime Text 2/3 - 实时 refreshing/updating 文件,只要有人编辑它

Sublime Text 2/3 - real-time refreshing/updating file whenever someone edited it

我正在使用 pair programming with someone on a separate laptop. I searched for tools that can help us with our project and saw Floobits. However, this plugin caused a lot of data usage and we have limited access to the internet. So I tried finding other options and managed to connect our laptops using shared folders. I used this tutorial 在 Python 中开发一个项目(我正在使用 Ubuntu,而我的兄弟正在使用 Windows)。所以我的问题是,有什么方法可以 refresh/update 每次有人像 Floobits 一样编辑我们正在编辑的文件时,它就像在 Real-tme 中编辑一样吗?

Sublime Text 仅在您保存时将文件写入磁盘。您可以将 ST 配置为从磁盘重新加载文件,而无需任何提示,当它检测到磁盘文件更改时,假设您的(网络)文件系统支持这种监视。

我不确定是否有 ST 插件可以流式传输实时配对编辑的更改。我很确定 Sublime Text API 不够灵活,无法顺利完成此操作。