CDT Commit Report for - March 5, 2004

amagloire

New action ToggleLinkEditor.

New icons.

IBinaryParser extends IAdaptable.
Move the code so Coff and Elf parsers could share
more of the code.

comment out System.out.println()

returning the wrong value.

gheorghe

- Added hyperlink support to the CEditor
- Added a Navigation preference page to the CEditor
- Changed SourceIndexer to use a BufferedReader
- Modified OpenDeclarationsAction to use selection search parser

mkhodjai

Use String.endsWith("(gdb)") to detect the prompt.
Sometimes gdb does not flush the endline.

sevoy

Marked those strings that are non-translatable as such and externalized those strings that can be translated.

Fix for bug 53856: "Option reference not reporting built-in includes paths to scanner". Changed the constructor for the OptionReference so it only creates a list if it finds built-in path or symbol definitions in the manifest or project file. The getter method for built-ins also concatenates the definitions it contains with those of its parent.

Undid the changes to the geenrated makefile builder since bug 53253 has been corrected.

Fix for bug 53861: "Cannot reset tool command back to default". Changed the way the configuration sets the tool command when the value is the same as the default.