Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-core-dev] CDT model and internal implementation

Hi,

I'm trying to get an idea of the complexity and how much effort would be 
involved implementing Pascal as another language for the eclipse platform.

I've spent several days looking at how the CDT core DeltaProcessor, 
IndexManager and working copy management hang together to support the CDT 
model.

I can see that a lot of the code is derived from the JDT core and I keep on 
referring back to JDT to see what's different and why.

Is there any overview documentation on the core internals (CDT or JDT) that 
may help me?

Also, has anyone given any thought to a language neutral plugin, 
"org.eclipse.lang.core",  that provides these common services.
 
Cheers Steve


Back to the top