summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/basetexteditor_p.h
diff options
context:
space:
mode:
authorLeandro Melo <leandro.melo@nokia.com>2011-12-13 12:15:30 +0100
committerLeandro Melo <leandro.melo@nokia.com>2011-12-14 14:06:46 +0100
commitb8d9b28f1e5ae3e74cbb3699ff93440a8ec40d24 (patch)
treedf01b3a02e8d273c2e2635e954ebe229950f356b /src/plugins/texteditor/basetexteditor_p.h
parenta1aad6eeeff29e8412e7ea1b291d958080e5dbd6 (diff)
downloadqt-creator-b8d9b28f1e5ae3e74cbb3699ff93440a8ec40d24.tar.gz
Editor: Introduce circular clipboard
This is a clipboard within Creator only. It allows the user to paste/navigate through the recently copied content by repeatedly triggering a shortcut (which is by default set to Ctrl+Shift+V). Task-number: QTCREATORBUG-146 Change-Id: Ie449ab4b304548d5037a0c877bbbc0344d654325 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/texteditor/basetexteditor_p.h')
-rw-r--r--src/plugins/texteditor/basetexteditor_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/basetexteditor_p.h b/src/plugins/texteditor/basetexteditor_p.h
index 1984f63dc0..c4312e559d 100644
--- a/src/plugins/texteditor/basetexteditor_p.h
+++ b/src/plugins/texteditor/basetexteditor_p.h
@@ -246,6 +246,7 @@ public:
uint autoParenthesisOverwriteBackup : 1;
uint surroundWithEnabledOverwriteBackup : 1;
uint m_maybeFakeTooltipEvent : 1;
+ uint m_isCirculatingClipboard: 1;
int m_visibleWrapColumn;
QTextCharFormat m_linkFormat;