Files
textmate/Frameworks/OakTextView/src
Allan Odgaard bf12bdd3f2 Another CJK fix
When invoking an action that would replace the marked text (“CJK edit buffer”) with a zero-length string, we would continue to be in “CJK” mode and thus allow the input manager to process the next key press.

In this situation though pressing e.g. escape or backspace would result in the input manager inserting the literal character code for this key.

So we now leave “CJK edit mode” if the “edit buffer” is empty.

There is still an issue though where, if the edit buffer is not empty, and the user press backspace, we correctly (?) ask the input manager to handle this key press, but the input manager will (wrongly) replace the selection with the literal backspace character.
2012-08-13 18:31:37 +02:00
..
2012-08-09 16:25:56 +02:00
2012-08-09 16:25:56 +02:00
2012-08-09 16:25:56 +02:00
2012-08-09 16:25:56 +02:00
2012-08-09 16:25:56 +02:00
2012-08-09 16:25:56 +02:00
2012-08-09 16:25:56 +02:00
2012-08-09 16:25:56 +02:00
2012-08-13 18:31:37 +02:00
2012-08-09 16:25:56 +02:00
2012-08-09 16:25:56 +02:00