From 8ad28ca6790189274f7cb8066c125140b995e95a 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. --- include/Accessor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Accessor.h') diff --git a/include/Accessor.h b/include/Accessor.h index 0b2c4baee..d9db9c7bf 100644 --- a/include/Accessor.h +++ b/include/Accessor.h @@ -75,4 +75,5 @@ public: virtual void ColourTo(unsigned int pos, int chAttr)=0; virtual void SetLevel(int line, int level)=0; virtual int IndentAmount(int line, int *flags, PFNIsCommentLeader pfnIsCommentLeader = 0)=0; + virtual void IndicatorFill(int start, int end, int indicator, int value)=0; }; -- cgit v1.2.3