Skip to content

Special Characters Bundle (1.4.0)

Latest
Compare
Choose a tag to compare
@sanssecours sanssecours released this 08 Sep 19:45
· 4 commits to master since this release

Changes

🐛 Replace Character

  • Fixed: Fix positioning of caret

    Before this change the command “Replace Character” would sometimes move the caret one position to the left. For example, if you insert the text

    a|bc
    

    | represents the position of the caret – and use “Replace Character (←)”, then the result would look like this

    |👾bc
    

    . Now the result after the steps above is correct:

    👾|bc.
    

    .

Requirements

Minimum OS Version:

  • OS X 10.10

Tested With:

  • TextMate 2.0 (beta 12.10)
  • macOS 10.12 Beta