1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

4409 commits

Author SHA1 Message Date
Doug Schaefer
7629490929 Added SDK feature. 2004-05-21 19:56:10 +00:00
Andrew Niefer
701ada92df bug 62731 2004-05-21 18:16:58 +00:00
John Camelon
a355b2cf1d Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62728 2004-05-21 17:54:41 +00:00
John Camelon
129dd89591 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62725 2004-05-21 15:31:24 +00:00
John Camelon
d595dc0508 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62721 2004-05-21 15:01:57 +00:00
Bogdan Gheorghe
22055aad20 bug 63320 - Search does not consider working copies
Added a check to turn off indexer timer thread, if number entered is <= 0
2004-05-21 14:34:44 +00:00
Alain Magloire
ecdcf0a446 2004-05-21 Alain Magloire
Remove TranslationUnitProblemFinder, we can not use the same
	approach as the JDT i.e. to reparse.  Parsing is way to costly
	for C/C++ because of the Preprocessor, instead we set the problem
	requestor in the translationUnit.
2004-05-21 05:43:43 +00:00
Alain Magloire
4ee5d85a60 2004-05-21 Alain Magloire
$&#*$(^#&^$(^#
	Eclipse-3.0 change the way things are done
	for the preferences we have, for the CEditor
	merge the Preference settings: the CUIPlugin store
	and the Editor store since now the settings is
	on the TextEditor(see annotation).
2004-05-21 05:43:13 +00:00
Mikhail Khodjaiants
f6719903b6 The "IStackFrameInfo" interface is removed and it's methods moved to "ICStackFrame". 2004-05-20 22:23:20 +00:00
John Camelon
95d5594fd0 Fix content assist to work w/WorkingCopy again.
Further memory enhancements.
2004-05-20 21:40:56 +00:00
Sean Evoy
cacd52eb8b A final attempt to fix the problems with plugin loading and the compatability layer 2004-05-20 20:11:51 +00:00
Alain Magloire
4452556357 Making the CProblem markers persistent across sessions. 2004-05-20 19:52:57 +00:00
Bogdan Gheorghe
47da7cb742 Modified updateCurrentDeltaAndIndex in DeltaProcessor.java to return whether
we need to traverse a delta's children.
2004-05-20 19:51:23 +00:00
John Camelon
0490a7b6ae Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=62656 2004-05-20 17:52:23 +00:00
John Camelon
f3a361e83a Fixing CModelBuilder to use contents() rather than ResourceReader. :-( 2004-05-20 17:30:43 +00:00
David Daoust
01cad33ead Remove old tutorial file. Stay away, don't come back 2004-05-20 15:47:00 +00:00
John Camelon
058f823d2e Changed infinite-loop checking to use hashcodes rather than offsets, as offsets are not unique when we expand macros. <sigh> 2004-05-20 15:41:38 +00:00
Sean Evoy
7bac8a490b Changed test to use the new way of getting extension points 2004-05-20 14:59:11 +00:00
Sean Evoy
729d4c2fcb Added a constructor (was silently inheriting from super class) 2004-05-20 14:57:43 +00:00
John Camelon
9dec664073 Committed test to validate bug 60939 2004-05-20 14:12:48 +00:00
Alain Magloire
0fa4e89147 Partial Fix for PR 61341 2004-05-20 04:11:33 +00:00
Alain Magloire
5cc077060d 2004-05-19 Alain Magloire
Contribution from Sam Robb, for PR 52864.
	File discovery.
2004-05-20 03:01:12 +00:00
Alain Magloire
1329b3aedf 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-20 02:18:09 +00:00
John Camelon
6b63b8ab83 Add basecase to TokenDuple.createStringRepresentation 2004-05-20 01:43:44 +00:00
John Camelon
a3179774f5 Changed CModelBuilder & CompletionEngine to use buffered input streams rather than String/CharArray Readers 2004-05-20 00:25:33 +00:00
John Camelon
b87794dd73 Cleaned up token storage in the Parser to reduce peak memory usage upon parsing large expressions/initializers. 2004-05-19 21:50:52 +00:00
Mikhail Khodjaiants
d6606182b1 Added the support of watch expressions. 2004-05-19 21:44:26 +00:00
Mikhail Khodjaiants
0f32cf8195 Added the support of watch expressions. 2004-05-19 21:12:43 +00:00
Sean Evoy
ad91f39a81 Commits for the deprecation of IPluginDescriptor (may it rest in peace) 2004-05-19 19:36:11 +00:00
John Camelon
22c73dc031 Reduced the number of TokenDuple's instantiated during a parse. <BR>
Removed symbol table warnings.
2004-05-19 18:17:14 +00:00
Sean Evoy
f64e265d26 Final fix for bug 61505. When an option was set, a toolr reference was created but the "copy constructor" was not doing a complete copy, so the output of the tool was lost. This fix addresses that 2004-05-19 17:39:16 +00:00
John Camelon
9ebf2c9909 Patch for David Daoust: Removed extraneous StringBuffer objects from the Scanner. 2004-05-19 15:35:06 +00:00
Doug Schaefer
823cb6c755 Created the new SDK feature and moved the source feature generation stuff to it. 2004-05-19 15:20:00 +00:00
Alain Magloire
ca7122316a 2004-05-19 Alain Magloire
Patch contributed by James Langley.
	Let Elf.java recognize Altera?s Nios and Nios II magic numbers.
	The number for Nios II is an official number assigned by SCO,
	the one for Nios was randomly chosen, but doesn't conflict with
	any of the ones already in Elf.java.

	* Elf.java
2004-05-19 15:13:05 +00:00
David Inglis
0628cc9ef9 removed deprecated dependency 2004-05-19 13:12:16 +00:00
Bogdan Gheorghe
899cce1891 Got rid of deprecated methods in CSearchResultPage and MouseClickListener. 2004-05-19 06:12:07 +00:00
Bogdan Gheorghe
191dd913bd First go at putting in source folder indexing. Index All events will index
source folders (still need to put in includes indexing).
2004-05-19 05:59:43 +00:00
John Camelon
4abe159ab8 Made significant footprint improvements to the parser. 2004-05-18 20:41:15 +00:00
Alain Magloire
245a435785 2004-05-18 Alain Magloire
Fix PR 61498
	Removing the Annotation Page from the CEditor preference.
2004-05-18 19:25:27 +00:00
Andrew Niefer
db5fe28b4e fix bug 62651 2004-05-18 19:20:23 +00:00
Sean Evoy
f909efeb3c This patch fixes:
1. PR 62349: [Managed Build] Funny include paths - added -P option to
'generate scanner info command' to suppress line numbering
2. Account for simple gcc names like: gcc.c2.95.3-p10.mips64
3. Exporting make.core plugin's .options file as a part of binaries.
Customers now can turn scanner config discovery debugging on or off.
2004-05-18 18:59:34 +00:00
John Camelon
09fd1318d0 Removed extraneous TokenDuple object creation. 2004-05-18 18:14:09 +00:00
Alain Magloire
d46532a2d9 2004-05-18 Alain Magloire
Remove warnings and compatibility plugin
	to be full Eclipse-3.0 compliant.
2004-05-18 17:34:49 +00:00
David Inglis
aa2dc61d05 removed runtime.compatablity dependency
build on launch should now be scoped to referenced projects only.
update launch tab interaction to use new 3.0 methods
2004-05-18 16:43:58 +00:00
Alain Magloire
b458ecd917 2004-05-18 Alain Magloire
Remove warnings and compatibility plugin
	to be full Eclipse-3.0 compliant.
2004-05-18 16:06:30 +00:00
David Inglis
8fea90aff6 removed deprecated dependancy 2004-05-18 15:54:07 +00:00
Alain Magloire
0a0eb69d98 2004-05-18 Alain Magloire
Remove warnings and compatibility plugin
	to be full Eclipse-3.0 compliant.
2004-05-18 15:35:57 +00:00
Bogdan Gheorghe
a8037dbc3a Fix for 62512
Added matching routine to IncludePattern
2004-05-18 02:29:20 +00:00
John Camelon
a86bb76c6a Removed warnings. 2004-05-17 23:37:25 +00:00
John Camelon
591d1d3a21 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62390 2004-05-17 23:26:39 +00:00