Happy !

ul / SourceCodeFixer

Project infos

License MIT
Tags squeak
Creation date 2013-03-11
Website

Monticello registration

About SourceCodeFixer

A simple tool for migrating old source code with underscore assignments and non-CR line endings to ANSI assignments and CR line endings.

Fix all methods in the YourOldPackage package:

SourceCodeFixer fixMethodsInPackage: 'YourOldPackage'

Fix a single method #oldMethod in OldClass:

SourceCodeFixer fixMethod: OldClass >> #oldMethod

Fix all instance side methods in OldClass:

SourceCodeFixer fixMethods: OldClass methodDictionary values