Fixes: fakwvim: fix recently broken selection in standalone application

This commit is contained in:
hjk
2009-01-23 16:37:32 +01:00
parent 8867568cb7
commit ab8c038ed7
3 changed files with 20 additions and 6 deletions

View File

@@ -258,8 +258,9 @@ void FakeVimPluginPrivate::removeHandler()
void FakeVimPluginPrivate::editorOpened(Core::IEditor *editor)
{
Q_UNUSED(editor);
//qDebug() << "OPENING: " << editor << editor->widget();
installHandler(editor);
//installHandler(editor);
}
void FakeVimPluginPrivate::editorAboutToClose(Core::IEditor *editor)