RoyAwesome / WorldSmith

Open source Dota 2 Mod Editor
MIT License
59 stars 28 forks source link

Document Modified Notification #37

Closed RoyAwesome closed 9 years ago

RoyAwesome commented 9 years ago

If a document is modified by one editor, the changes need to be propagated to all open editors for that document.

For example, if you modify a property of a unit in the property editor, the text editor for that unit should be updated with the change.

RoyAwesome commented 9 years ago

This was partially implemented with b2ea663ef912456ebbf3ee278d241926fea90c75

Check out IEditor.cs and Document.cs for the events that were created for this.

RoyAwesome commented 9 years ago

This is mostly done. The document tab needs a * when the document is modified and then this issue can be closed.