Files
textmate/Frameworks/OakTextView
Allan Odgaard 292e6eabb3 Macro recording would not replay inserted text
This broke when we changed from insertText: → insertText:replacementRange: as the latter selector is not replayable.

We now record this action simply as insertText: and ignore the “replacementRange” argument. This argument can be used by advanced input managers, so there might be an issue with text recorded using such manager, however, to properly support this we need to translate the “replacementRange” into something relative, which is left as an exercise for a rainy day.
2015-01-31 12:05:44 +07:00
..
2013-03-27 14:32:22 +01:00