forked from qt-creator/qt-creator
fakevim: prepare for better integration with creator core
For :ex commands, the plugin is now asked first unconditionally. The handler only provides fallbacks for the standalone case.
This commit is contained in:
@@ -209,11 +209,6 @@ FakeVimSettings *theFakeVimSettings()
|
||||
item->setSettingsKey(group, _("IsKeyword"));
|
||||
instance->insertItem(ConfigIsKeyword, item, _("iskeyword"), _("isk"));
|
||||
|
||||
item = new SavedAction(instance);
|
||||
item->setText(QCoreApplication::translate("FakeVim::Internal",
|
||||
"FakeVim properties..."));
|
||||
instance->insertItem(SettingsDialog, item);
|
||||
|
||||
// Invented here.
|
||||
item = new SavedAction(instance);
|
||||
item->setDefaultValue(false);
|
||||
|
||||
Reference in New Issue
Block a user