Revision 40ff9c8...

Go back to digest for 4th August 2013

Bug Fixes in KDE Base

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

Make joining lines in Visual Mode with J work when the selection is in a downwards direction, and fix counted-ness of line joins (it was joining one too many) and make cursor positioning match Vim's (should place the cursor before the first non-whitespace char of the last line joined).

If the count would take us past the number of lines in the document in Normal mode, do nothing.

Don't crash if there are only empty lines to join.

Also, entirely unrelatedly, fix some annoying warnings in KateViModeBase::switchView(...).

File Changes

Modified 4 files
  •   tests/vimode_test.cpp
  •   part/utils/katecmds.cpp
  •   part/vimode/katevimodebase.cpp
  •   part/vimode/katevinormalmode.cpp
4 files changed in total