Fixes: debugger: sort array and list indices numerically

This commit is contained in:
hjk
2009-01-28 12:15:40 +01:00
parent b06502387b
commit eb021724df
6 changed files with 29 additions and 41 deletions

View File

@@ -437,6 +437,7 @@ void FakeVimHandler::Private::setupWidget()
m_plaintextedit->setLineWrapMode(QPlainTextEdit::NoWrap);
}
m_wasReadOnly = EDITOR(isReadOnly());
//EDITOR(setReadOnly(true));
showBlackMessage("vi emulation mode.");
updateMiniBuffer();
}