fortinmike / XcodeBoost

An Xcode plugin that aims to make altering and inspecting code quick and easy.
MIT License
817 stars 86 forks source link

Fix slow unhighlight issue, and improve highlighting a bit #33

Closed Mazyod closed 10 years ago

Mazyod commented 10 years ago

Surrounded code that changes the textStorage attributes with beginEditing and endEditing to perform the changes in a single shot. Much faster unhighlighting and slightly better highlighting. fixes #32