SourceForge.net wrote:
Feature Requests item #1506158, was opened at 2006-06-14 08:45
Initial Comment:
Analogous to SetSavePoint()
a ClearSavePoint() function should be available, to
mark a document as 'modified'.

Like this:

void UndoHistory::ClearSavePoint() {
        savePoint = -1;
}

It is not totally clear what you are after here - any change to the doc will automatically cause the save point to be "left" (or "cleared"), and SCI_GETMODIFY to return non-zero.

Do you for some reason want to be able to set the modified state without actually performing a modification?

Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to