forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/3.1'
Conflicts: qtcreator.pri qtcreator.qbs src/libs/qmljs/qmljsmodelmanagerinterface.cpp src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp Change-Id: Ie216b715d6f87a6d72d3b8fe3d4e777e561579f9
This commit is contained in:
@@ -6179,7 +6179,7 @@ bool FakeVimHandler::Private::handleExPluginCommand(const ExCommand &cmd)
|
||||
commitCursor();
|
||||
emit q->handleExCommandRequested(&handled, cmd);
|
||||
//qDebug() << "HANDLER REQUEST: " << cmd.cmd << handled;
|
||||
if (handled) {
|
||||
if (handled && (m_textedit || m_plaintextedit)) {
|
||||
pullCursor();
|
||||
if (m_cursor.position() != pos)
|
||||
recordJump(pos);
|
||||
|
||||
Reference in New Issue
Block a user