Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Interesting "starter" work project

> -----Original Message-----
> From: Sally, Gene [mailto:Gene.Sally@xxxxxxxxxxx]
> Sent: July 9, 2003 8:36 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: RE: [cdt-dev] Interesting "starter" work project
> 
> 
> Thomas, 
> 
> I've been plugging away at this.  CView now descends from 
> ResourceNavigator and I've gotten some clean-up in as well.  
> For entertainment, I reworked the Make menu so it walks the 
> targets in ManagedBuildManager, but in order to get this all 
> the way working, the MakeAction class will need to be updated 
> to fit the new build model or, if that breaks too much other 
> stuff, I'll create a ManagedMakeAction class.
> 
> Next, I'm going to get my head around drag and drop so it 
> starts doing the right thing.

Gene,

  I would say that for your current patch, you probably want to
start submitting it in bits and pieces so that we can try it out
in more manageable chunks.  I would also think about staying away
from changing the MakeAction stuff right now until the builder
discussion slows down a bit (otherwise parts of the patch might
get rejected).

Nice work however!  Looking forward to seeing it!
 Thomas

> -----Original Message-----
> From: Thomas Fletcher [mailto:thomasf@xxxxxxx] 
> Sent: Sunday, June 29, 2003 10:16 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] Interesting "starter" work project
> 
> All,
> 
>   I started to get back to cleaning up the CView a bit today, 
> and I think
> that for anyone
> who is lurking out there and wanting to get involved, a great 
> project would
> be to clean
> up the CView so that it implements the IResourceNavigator 
> interface, likely
> by inheriting
> from the ResourceNavigator class.  It is probably a good 
> couple of evenings
> work if
> anyone is interested.
> 
> Thanks,
>  Thomas
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-dev
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top