• split initWithProxy: into a regular init: that only sets up instance variables called by initWithProxy:
This makes it easier to ensure that init/dealloc are symmetrical wrt retain/release — and indeed they were not :) Also, it makes it easier to move the initWithProxy: out of this class, since it really should not know about CLIProxy (only the user/caller/creator should). Changed: U branches/WIP/Tools/Dialog2/Commands/ExtendedPopUp/TMDIncrementalPopUpMenu.h U branches/WIP/Tools/Dialog2/Commands/ExtendedPopUp/TMDIncrementalPopUpMenu.mm _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/listinfo/textmate-dev
