aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-03-08 13:56:46 +0000
committernyamatongwe <unknown>2000-03-08 13:56:46 +0000
commitfdadfbf88b6ef8abfc4ee6d0d07fa76cd6f79cf1 (patch)
tree5cb35872b66ae9f021ecf762de4b03e416e2d2fe /doc/ScintillaDoc.html
parent9367896cf64d36c501f545690f68faf544f6c09d (diff)
downloadscintilla-mirror-fdadfbf88b6ef8abfc4ee6d0d07fa76cd6f79cf1.tar.gz
Made work on GTK+/Linux.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html8
1 files changed, 5 insertions, 3 deletions
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
</pre>
<p>
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.
</p>
<p>
- 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.
</p>
<pre>
SCN_MODIFYATTEMPTRO