[SVN] r10593
Allan Odgaard
mailinglist at textmate.org
Thu Sep 18 16:54:05 UTC 2008
• 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
More information about the textmate-dev
mailing list