forked from qt-creator/qt-creator
FakeVim: Set settings page to manual apply
The default is badly chosen, but it's what it is for now. Tested best with the "Show line numbers relative to cursor" option, which should have immediate effect on "Apply" - and only then. Change-Id: I78864457b44032810b78fdef9e4a5ac4c287dd50 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -81,6 +81,8 @@ QString FvBaseAspect::settingsKey() const
|
||||
|
||||
FakeVimSettings::FakeVimSettings()
|
||||
{
|
||||
setAutoApply(false);
|
||||
|
||||
#ifndef FAKEVIM_STANDALONE
|
||||
setup(&useFakeVim, false, "UseFakeVim", {}, tr("Use FakeVim"));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user