summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/basetexteditor_p.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2011-10-06 16:48:47 +0200
committerLeandro T. C. Melo <leandro.melo@nokia.com>2011-10-14 11:02:20 +0200
commita10aabc967ea21c33eeab647319759d739ea7c77 (patch)
tree9c944524348413befd921c5898f50dd0c769e53b /src/plugins/texteditor/basetexteditor_p.h
parent5715426f724e829ad9a00233b9669262c66016c6 (diff)
downloadqt-creator-a10aabc967ea21c33eeab647319759d739ea7c77.tar.gz
overwrite mode support for the text editor
Change-Id: Ibe0b8123429721511ebfde15a604229982fdc5d1 Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
Diffstat (limited to 'src/plugins/texteditor/basetexteditor_p.h')
-rw-r--r--src/plugins/texteditor/basetexteditor_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/texteditor/basetexteditor_p.h b/src/plugins/texteditor/basetexteditor_p.h
index 82dea6d31d..0c84da625b 100644
--- a/src/plugins/texteditor/basetexteditor_p.h
+++ b/src/plugins/texteditor/basetexteditor_p.h
@@ -243,6 +243,8 @@ public:
uint m_highlightCurrentLine : 1;
uint m_requestMarkEnabled : 1;
uint m_lineSeparatorsAllowed : 1;
+ uint autoParenthesisOverwriteBackup : 1;
+ uint surroundWithEnabledOverwriteBackup : 1;
int m_visibleWrapColumn;
QTextCharFormat m_linkFormat;