Revision e75643a...
Go back to digest for 21st April 2013Features in KDE Base
Simon Paul St James committed changes in [kate] /:
Begin work on maintaining search history. Add to the search history upon dismissing the search bar (even on ESC, ctrl-[, etc - Vim, surprisingly, does this). We take an unorthodox approach, here, as we want to keep the history invisible unless it is specifically invoked via ctrl-p or ctrl-n - this involves *not* setting the QCompleter as the completer for m_edit. ctrl-p and ctrl-n scroll through the history, wrapping around if necessary.
File Changes
Modified 6 files
- tests/vimode_test.cpp
- tests/vimode_test.h
- part/vimode/kateviemulatedcommandbar.cpp
- part/vimode/kateviemulatedcommandbar.h
- part/vimode/kateviglobal.cpp
- part/vimode/kateviglobal.h
6 files changed in total