1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
Doug Schaefer a206e32d2a Changed the interface to the Scanner to take a CodeReader object.
A CodeReader simply contains a char[] and the name of the file, if any,
that the char[] is the contents of. This leads us down the path of using
char[]s in the parser instead of Strings in an attempt to cut down on
our memory usage.
2004-06-04 21:01:48 +00:00
build Changed the interface to the Scanner to take a CodeReader object. 2004-06-04 21:01:48 +00:00
core Changed the interface to the Scanner to take a CodeReader object. 2004-06-04 21:01:48 +00:00
debug Added new images for the "Auto-Refresh" and "Refresh" actions. 2004-06-04 00:35:56 +00:00
doc From Dave Williams: 1 file in the reference section failed checkpii and there was a link error in the .xml files. 2004-06-02 20:56:38 +00:00
launch/org.eclipse.cdt.launch fixed update platform filtering 2004-05-31 18:06:16 +00:00
releng Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00