Refactor the TextMate class method ‘insertText:asSnippet:’ into insert_text and insert_snippet functions.
There is no benefit in having these functions as class methods, and by not doing it, we avoid introducing a global (class) object named TextMate. Changed: U branches/WIP/Tools/Dialog2/Commands/ExtendedPopUp/TMDIncrementalPopUpMenu.mm U branches/WIP/Tools/Dialog2/Commands/Utilities/TextMate.h U branches/WIP/Tools/Dialog2/Commands/Utilities/TextMate.mm U branches/WIP/Tools/Dialog2/Commands/insert.mm _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/listinfo/textmate-dev
