[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-patch] Allow editing a Make View tag (core patch)
|
>
> This core patch updates the MakeUtil.java class which is responsible for
> maintaining the
> mapping between make targets/tags and the resources on which they are being
> applied.
> The update adds a new method so that you can do an inline replacement of a
> given
> target tag with another target tag, principally to support editing in the
> UI.
>
> Incidentally, just like realloc can be both a malloc and a free, so can the
> replacement
> method. See the JavaDoc on the method for further details.
>
> For the ChangeLog:
> - Update the core MakeUtil class with a method to support inline replacement
> of a
> make target with a different make target.
>
I'm hesitant to apply such a patch 'till we get the coast clear
on the builder.
I will need to sit dow with (sean?), then resubmit a proposal
to the cdt-core-dev list for approval once that is done we could
hack seriously on the Make builder.