aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RunStyles.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/RunStyles.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/RunStyles.h')
-rw-r--r--src/RunStyles.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/RunStyles.h b/src/RunStyles.h
index 539e5de47..8d5022cb4 100644
--- a/src/RunStyles.h
+++ b/src/RunStyles.h
@@ -24,7 +24,8 @@ public:
int FindNextChange(int position, int end);
int StartRun(int position);
int EndRun(int position);
- 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 DeleteAll();
void DeleteRange(int position, int deleteLength);