Skip to main content

[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)

My thoughts were that this patch could be applied regardless of the
outcome of the build discussion since it is a generic fix which we will want
to have (with the make builder) regardless of the final direction of the
organization of the build discussion.  The other alternative is to just code
in a "delete followed by add" into the MakeView UI, but that wasn't
as clean.

Thomas

----- Original Message -----
From: "Alain Magloire" <alain@xxxxxxx>
To: <cdt-patch@xxxxxxxxxxx>
Sent: Tuesday, July 08, 2003 11:55 AM
Subject: 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.
>
>
>
> _______________________________________________
> cdt-patch mailing list
> cdt-patch@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-patch
>



Back to the top