aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-08-08 17:59:56 +1000
committerNeil <nyamatongwe@gmail.com>2013-08-08 17:59:56 +1000
commit4120b34e5c7bd5837ded943344270b2d9e26cd90 (patch)
tree40c4169086654dcabe512fa5a694fe8c0b4ab95a /src/Editor.h
parenta899e335183da10b9ab9dc0df35aada3dc37fc68 (diff)
downloadscintilla-mirror-4120b34e5c7bd5837ded943344270b2d9e26cd90.tar.gz
Move functionality from Editor to ViewStyle.
controlCharSymbol setting moved along with calculated fields for tab width and control symbols. Use of TextSegment simplified and variables made const where possible.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h
index 52d38afc4..1a74a86db 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -186,7 +186,6 @@ protected: // ScintillaBase subclass needs access to much of Editor
int printColourMode;
int printWrapState;
int cursorMode;
- int controlCharSymbol;
// Highlight current folding block
HighlightDelimiter highlightDelimiter;