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

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

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


Back to the top