CDT Commit Report for - May 20, 2004

amagloire

Partial Fix for PR 61341

2004-05-19 Alain Magloire

Comply with Eclipse-3.0 and use the theme
extension to change the CEditor text font.
Move the CBuildConsole font in the same category.

2004-05-19 Alain Magloire

Contribution from Sam Robb, for PR 52864.
File discovery.

Making the CProblem markers persistent across sessions.

ddaoust

Remove old tutorial file. Stay away, don't come back

gheorghe

Modified updateCurrentDeltaAndIndex in DeltaProcessor.java to return whether
we need to traverse a delta's children.

jcamelon

Fix content assist to work w/WorkingCopy again.
Further memory enhancements.

Changed CModelBuilder & CompletionEngine to use buffered input streams rather than String/CharArray Readers

Changed infinite-loop checking to use hashcodes rather than offsets, as offsets are not unique when we expand macros.

Fixing CModelBuilder to use contents() rather than ResourceReader. :-(

Add basecase to TokenDuple.createStringRepresentation

Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=62656

mkhodjai

The "IStackFrameInfo" interface is removed and it's methods moved to "ICStackFrame".

sevoy

A final attempt to fix the problems with plugin loading and the compatability layer

Added a constructor (was silently inheriting from super class)