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.
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.