Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Patch: pulls code in managed project wizard into protected methods

This patch takes some code from the doRun method of the managed project
wizard and moves it into protected methods.  We have a custom wizard for
managed projects, and if this patch is accepted it would make things
much easier for us to extend.  This is not intended to change the
functionality of the wizard in any way.  Thanks,

  Jeremiah

PS - We have a few other custom UI components which we would like to
extend from CDT managed build classes.  If possible we would probably
like to make similar "extract method" type refactorings to them.  Let me
know if people are open to this.

Attachment: extract-methods.patch
Description: extract-methods.patch


Back to the top