Revision b82dabd...

Go back to digest for 4th August 2013

Features in KDE Base

Simon Paul St James committed changes in [kate] /:

Add an extension to Kate Vim in the form of a new shortcut ctrl-e for the emulated command bar, which behaves similarly to ctrl-r save that the inserted text is escaped for searching - this enables us to do e.g.

ygl

on the text:

( x / y * z * 5.0)

then open up a search and do ctrl-e, 0 and find all occurrences of that formula - in this particular case, the "/", "*" and "." are escaped when we do ctrl-e, 0 i.e. we search for

( x \/ y \* z * 5\.0)

This makes refactoring a duplicated complex expression like the above into a method/ local variable much more convenient.

DIGEST

File Changes

Modified 3 files
  •   tests/vimode_test.cpp
  •   part/vimode/kateviemulatedcommandbar.cpp
  •   part/vimode/kateviemulatedcommandbar.h
3 files changed in total