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
commitfeff84c70259ab4faabbf066ba38337646dff9ef (patch)
tree13297a87356f3dcb5bc6ab415fff9cce9986d06c /src/Editor.h
parent3698dbe9ada24cea2b6a6c4c07428e9a457a6b51 (diff)
downloadscintilla-mirror-feff84c70259ab4faabbf066ba38337646dff9ef.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;