From fdadfbf88b6ef8abfc4ee6d0d07fa76cd6f79cf1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 8 Mar 2000 13:56:46 +0000 Subject: Made work on GTK+/Linux. --- doc/ScintillaDoc.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 95f95a7e3..4046638fd 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -809,12 +809,14 @@ SCI_SETSAVEPOINT

Sent to the container when the savepoint is entered or left, allowing the container to to - display a dirty indicator and change its menues. The first parameter is 1 when entering the + display a dirty indicator and change its menus. The first parameter is 1 when entering the save point, 0 when leaving.

- The container tells Scintilla where the save point is by sending the SCI_SETSAVEPOINT - message. + The container tells Scintilla where the save point is by sending the SCI_SETSAVEPOINT + message. This is usually done when the file is saved or loaded. As Scintilla performs + undo and redo operations, it will notify the container that it has entered or left the save + point, allowing the container to know if the file should be considered dirty or not.

 SCN_MODIFYATTEMPTRO
-- 
cgit v1.2.3