Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Removing support for IMemoryView in cdt 2.1.1

Bonjour,

Problem: Eclipse-3.0.x has a memory view framework, CDT-2.1.x provided an implementation for it.
	Unfortunately, in Eclipse-3.1 the classes were move to a new location/package.
	So users mixing CDT-2.1 with Eclipse-3.1M{4,5,...} will have problems.
	We get a PR a day about using CDT-2.1 not working with 3.1M4

The Memory framework classes in Eclipse 3.0 were internal, so technically we
probably should not have put this in.

So removing the offending classes should fix the problem and allow CDT-2.1.x to
be run on Eclipse-3.0.x and 3.1.x

If nobody is against this we'll move the "fix" in the CDT_21 branch shortly.

Thanks.



Back to the top