Merge pull request #81319 from KurtBliss/Changing-text-files-in-an-external-editor-doesn't-cause-them-to-reload-in-Script-Editor
Fix TextFile not reloading when changed from external editors
This commit is contained in:
@@ -41,6 +41,9 @@ private:
|
||||
String text;
|
||||
String path;
|
||||
|
||||
protected:
|
||||
virtual bool editor_can_reload_from_file() override { return false; }
|
||||
|
||||
public:
|
||||
virtual bool has_text() const;
|
||||
virtual String get_text() const;
|
||||
|
||||
Reference in New Issue
Block a user