aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Decoration.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-04-07 00:57:03 +0000
committernyamatongwe <devnull@localhost>2007-04-07 00:57:03 +0000
commit8ad28ca6790189274f7cb8066c125140b995e95a (patch)
tree855af185b33b67caf44e49c655059ff76782ef35 /src/Decoration.h
parent6912617ec0d5909de6ddfe1322836cbffa7392ad (diff)
downloadscintilla-mirror-8ad28ca6790189274f7cb8066c125140b995e95a.tar.gz
More decoration code, with modifications reported from document to views
although this isn't optimal. Some checking for null changes. Messages documented. Methods for changing indicators in Accessor so can be used by lexers.
Diffstat (limited to 'src/Decoration.h')
-rw-r--r--src/Decoration.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Decoration.h b/src/Decoration.h
index 1810b0fb3..03c06c0e0 100644
--- a/src/Decoration.h
+++ b/src/Decoration.h
@@ -41,7 +41,8 @@ public:
void SetCurrentValue(int value);
int GetCurrentValue() { return currentValue; }
- void FillRange(int position, int value, int fillLength);
+ // Returns true if some values may have changed
+ bool FillRange(int position, int value, int fillLength);
void InsertSpace(int position, int insertLength);
void DeleteRange(int position, int deleteLength);