Revision c551d6c...

Go back to digest for 18th November 2012

Bug Fixes in KDE Base

Xuetian Weng committed changes in [kate/KDE/4.9] part/view/kateviewinternal.cpp:

Fix kate inputMethod query for Qt:ImCursorPosition and Qt:ImAnchorPosition

Current kate implementation for Qt:ImCursorPosition and Qt:ImAnchorPosition
is not correct. Qt:ImCursorPosition should always return the correct position
of cursor position of Qt::ImSurroundingText. Qt:ImAnchorPosition should return
the anchorPosition of selection, when in different line of cursor or there
is no selection, return the same position of cursor.

REVIEW: 104788

File Changes

Modified 1 files
  • part/view/kateviewinternal.cpp
1 files changed in total