Question
Is it possible to write code that will be generated along with new classes?
When coupling the view and presenter classes with third-party, low-level code, you currently need to write new functions on every new class generated by the designer.
I'm not sure if it's possible through ATs, but is it possible to add those functions any other way so that the designer will add my code to every newly generated view class?