Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Missing source/output exclusion filter options in C DT

Actually this brings up something that I have discussed a bit with Leo
as I design the custom wizard pages feature...

In general, there are lots of things that people might want to do to a
project after it's been created (add files, etc.).

CCorePlugin.createCProject() invokes getWorkspace().run() with a
Runnable that creates the project resources.  If we put a scheduling
rule on the job that is posted to the workspace, then anyone that wanted
to could post their own jobs that would wait on the project to be fully
created by blocking on that scheduling rule.

Would that suit your purpose?

___________________________________________
 
Chris Recoskie
Software Designer
IDE Frameworks Group
Texas Instruments, Toronto
 
 
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On
> Behalf Of Thomas Fletcher
> Sent: Thursday, March 31, 2005 7:45 PM
> To: CDT General developers list.
> Subject: RE: [cdt-dev] Missing source/output exclusion filter options
in C
> DT
> 
> 
> 
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx
> > [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Alain Magloire
> > Sent: March 31, 2005 11:48 AM
> > To: cdt-dev@xxxxxxxxxxx
> > Subject: Re: [cdt-dev] Missing source/output exclusion filter
> > options in CDT
> >
> > >
> > > I added this problem as PR 89790
> > > (https://bugs.eclipse.org/bugs/show_bug.cgi?id=89790).
> > >
> > > I submitted it to the CDT UI component. Was that right?
> > >
> >
> > Perfect, thanks.
> >
> > But a bug will not get fix unless somebody commit to it.
> > Although we recognized the importance of this PR, folks are very
busy.
> >
> > Would you like to get your hands dirty ?
> 
> Dave Inglis and I had discussed this at one point and if I remember
> correctly the challenge is that the project needed to be created first
> before the step of adding on the appropriate filter information.  This
> required some additional trickery in the new project creation wizard.
> 
> Thomas
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top