Hi,
I have an MVVM mechanism that saves the SyntaxEditor's document.
Is it possible to programatically turn the yellow line indicator markers to green without calling Document.SaveFile()?
Thank you,
Gergely
Hi,
I have an MVVM mechanism that saves the SyntaxEditor's document.
Is it possible to programatically turn the yellow line indicator markers to green without calling Document.SaveFile()?
Thank you,
Gergely
OK, just got it right after asking the question:
Document.IsModified = false;
Hi,
Setting the Document.IsModified to false changes the modified lines indications in the EditorSelectionMargin from yellow to green.
But undo and redo leaves the indications green.
Is it possible that after redo/undo the changed lines will apper as unsved ?
I am working with actipro 2015.1.624.
Thanks
Sharon
I am ork
Hello Sharon,
We heavily refactored the line modification mark feature in the 2016.1 feature. It properly restores unchanged/changed lines with undo/redo after that, and also introduces an orange mark (reverted changes) for going past the save point similar to how Visual Studio does it.
Please log in to a validated account to post comments.