Feature Request: Auto Reload in Text Editor

the editor will subscribe to the ContentChanged event of the text document.
see https://github.com/vvvv/vvvv-sdk/blob/develop/common/src/core/Core/Model/TextDocument.cs
that’s also the place where the text is loaded from disk.