FakeVim: Text editor always does incremental search

When copying text editor settings, put incremental search on true.

Reviewed-by: hjk
This commit is contained in:
Thorbjørn Lindeijer
2010-04-12 17:54:07 +02:00
parent 4d5b7325af
commit 7d023ef115

View File

@@ -218,8 +218,7 @@ void FakeVimOptionPage::copyTextEditorSettings()
m_ui.checkBoxSmartTab->setChecked(ts.m_smartBackspace);
m_ui.checkBoxAutoIndent->setChecked(true);
m_ui.checkBoxSmartIndent->setChecked(ts.m_autoIndent);
// FIXME: Not present in core
//m_ui.checkBoxIncSearch->setChecked(ts.m_incSearch);
m_ui.checkBoxIncSearch->setChecked(true);
}
void FakeVimOptionPage::setQtStyle()