Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] CDT Modules view needs to catch up with 3.3M5


The Modules View will need to catch up with changes in Eclipse 3.3M5. The modules viewer subclasses 'AsynchronousTreeViewer', which no longer exists (it has been replaced by TreeModelViewer).

I'm not familiar with the view, but it looks almost like a copy of the Variables View. I can help someone do the migration. If someone can contact me, perhaps we can come up with a simpler migration scheme than re-writing the view (perhaps we could subclass the variables view).

Thanks,

Darin Wright

Back to the top