aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2007-04-05 10:50:11 +0000
committernyamatongwe <unknown>2007-04-05 10:50:11 +0000
commit3ff8a54d7b9ddcb022d95b3b139ec46b7c7ad748 (patch)
tree04c2ad1b9fd3359de89792aeaa9567b9edd56628 /src/Document.h
parent006ab38511adec6d91165cf21b14d4eb6976cc36 (diff)
downloadscintilla-mirror-3ff8a54d7b9ddcb022d95b3b139ec46b7c7ad748.tar.gz
Implemented decorations which are extended indicators.
Diffstat (limited to 'src/Document.h')
-rw-r--r--src/Document.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Document.h b/src/Document.h
index 829ecbd81..90b4fe1b5 100644
--- a/src/Document.h
+++ b/src/Document.h
@@ -122,6 +122,8 @@ public:
bool tabIndents;
bool backspaceUnindents;
+ DecorationList decorations;
+
Document();
virtual ~Document();