From c66be88299d82de789c265025120a3dd7df1aa6c Mon Sep 17 00:00:00 2001
From: Neil
SCN_UPDATEUI
- Either the text or styling of the document has changed or the selection range or scroll position has changed.
+ Either the text or styling of the document has changed or the selection range or scroll position may have changed.
Now would be a good time to update any container UI elements that depend on document or view state.
+ As it is sometimes difficult to determine whether a change has occurred, these events may also fire when there
+ has been no actual change.
The updated field is set to the bit set of things changed since the previous notification.
| 0x01 | -Contents, styling or markers have been changed. | +Contents, styling or markers may have been changed. | @@ -7257,7 +7259,7 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber);0x02 | -Selection has been changed. | +Selection may have been changed. | @@ -7266,7 +7268,7 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber);0x04 | -Scrolled vertically. | +May have scrolled vertically. | @@ -7275,7 +7277,7 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber);0x08 | -Scrolled horizontally. | +May have scrolled horizontally. | -- cgit v1.2.3