fortinmike / XcodeBoost

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

Extract generic line manipulation and inspection methods from MFSourceTextViewManipulator into a category or helper class #7

Closed fortinmike closed 10 years ago

fortinmike commented 10 years ago

The DVTSourceTextView+XcodeTextTools category could be a good place for some of those methods since many require the text view or text storage to perform what they do.

Reentrant methods / methods that don't depend on the text view should go in a helper class where appropriate.