From 6d82fda3c167c1ebdc7242f9ee6d42de2a47e838 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 7 Apr 2007 00:57:03 +0000 Subject: 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. --- src/Decoration.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Decoration.h') 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); -- cgit v1.2.3