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

3400 commits

Author SHA1 Message Date
John Camelon
bce674ac9a Patch for Andrew Niefer. 2003-12-10 00:07:32 +00:00
Hoda Amer
0b91eeb637 Content Assist work 2003-12-09 19:58:34 +00:00
John Camelon
7742dab0b8 Fixed compile error in CCompletionProcessor 2003-12-09 16:41:47 +00:00
John Camelon
b363b30e27 CORE
Fixed Bug 47234 : new ParserMode required for a better CModel
	Updated IASTCompletionNode to include a scope as well as a context.  
	Begun parser updates to support code assist & selection search.  

TESTS
	Added ContextualParseTest.java and some test cases.
2003-12-09 16:39:15 +00:00
Mikhail Khodjaiants
673877b222 Reset the 'terminating' flag if 'terminate' fails. 2003-12-09 16:20:36 +00:00
Alain Magloire
5faa541664 updated. 2003-12-09 16:11:46 +00:00
Alain Magloire
d2f10d5cf1 Do not throw an exception if the target is interrupted 2003-12-09 16:11:35 +00:00
Alain Magloire
bd6255589b updated. 2003-12-08 16:39:37 +00:00
Alain Magloire
8bdce2041e Use MIInferior.terminate 2003-12-08 16:39:26 +00:00
Alain Magloire
1c9df5cdbd new method terminate() to allow to pass the exception. 2003-12-08 16:39:13 +00:00
John Camelon
4ec086bfd1 Broke the Parser up into separate classes per ParserMode. 2003-12-05 21:17:52 +00:00
Mikhail Khodjaiants
8a0a4cb710 Fix for PR 47230: Need a shared library search path editing capability for GDBServerDebugger.
Implemented 'GDBServerDebuggerPage' as an extension of 'GDBDebuggerPage'.
Added two new control blocks - "TCP Connection" and "Serial Connection".
2003-12-05 20:46:29 +00:00
Mikhail Khodjaiants
565184adfa 'performApply' of 'SourceLookupBlock' should check if the project in configuration is the same as project saved in the block.
Changed the message displayed when the source file is not found.
2003-12-05 20:36:41 +00:00
John Camelon
1a4a0704fc Removed unnecessary import. 2003-12-05 19:48:32 +00:00
Doug Schaefer
b4cdaf9198 Patch for Alain Magloire:
- Fix to fragment xml version dependencies.
2003-12-05 18:53:06 +00:00
Alain Magloire
c3b73e0452 Change the version to reflect the one in the head. 2003-12-05 18:40:06 +00:00
John Camelon
7ff25dd4c8 CORE
Removed some warnings. 
	Fixed Bug 39678 : Scanner doesn't support concatenation of different-type string literals (GCC) 
	Refactored ScannerContext to use constructors rather than initializers.  
	Refactored IScannerContext to use enumeration-esque kinds.  
	Added code assist/selection search support to Scanner.  

TESTS
	Removed some warnings.  
	Moved testBug39678() from ASTFailedTests to QuickParseASTTests.
2003-12-04 21:28:56 +00:00
David Inglis
fffc3b5110 fixed bug # 48063 2003-12-04 15:00:39 +00:00
John Camelon
e43eb360d1 Patch for Andrew Niefer.
This patch changes the handling of ambiguities during prefix lookup.
It also addresses problems in the symbol table to do with qualified 
lookup.  Fixing these revealed problems caused by the 
CompleteParseASTFactory not always using the correct lookup functions.  So 
the factory has been modified to call the appropriate lookups.

The following tests have been created:
        FailedCompleteParseASTTest.testBug47926
        CompleteParseASTTest.testQualifiedLookup
        ParserSymbolTableTest.testPrefixLookup_Ambiguities
        ParserSymbolTableTest.testQualifiedUnqualifiedLookup
        FunctionMethodPatternTests.testLookupForDefinition
2003-12-03 21:48:19 +00:00
David Inglis
16459b510e fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=48027 2003-12-03 20:36:38 +00:00
Hoda Amer
307d4a1d40 Content Assist work 2003-12-03 20:29:29 +00:00
Alain Magloire
429e4b8a9b updated. 2003-12-02 17:32:25 +00:00
Alain Magloire
6feee575a5 retry stakc-info-depth a second time. 2003-12-02 17:32:16 +00:00
Tanya-Marise De Sousa
1ab961febb Corrected context*.xml file references. 2003-11-28 22:32:03 +00:00
Tanya-Marise De Sousa
bbb4ddf501 CDT User Guide files have been restructured
to facilitate contributions by the open source community.
2003-11-28 21:50:02 +00:00
David Inglis
c30833b28f fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=47598 2003-11-28 21:42:18 +00:00
John Camelon
21f4465862 Patch for Andrew Niefer
CompleteParseASTFactory should use the symbol table's elaboratedLookup 
instead of qualifiedLookup when it encounters an elaborated type 
specifier.

Core:
change createElaboratedTypeSpecifier to call 
IContainerSymbol.elaboratedLookup

Core.tests
add CompleteParseASTTest.testBug47624
2003-11-28 05:07:26 +00:00
John Camelon
0adb9b9d20 Patch for Andrew Niefer.
Core:
        In prefix lookup, the lookup does not stop when a symbol is found, also abiguity resolution is modified.
        Add IContainerSymbol.prefixLookup (signature subject to change)
        Add ParserSymbolTable.LookupMode, an enum with 2 values: NORMAL, PREFIX
        In prefix mode, the lookup does not stop when a symbol is found.

Tests:
        ParserSymbolTableTest.testBug46882
        ParserSymbolTableTest.testPrefixLookup_Unqualified
        ParserSymbolTableTest.testPrefixLookup_Qualified
        ParserSymbolTableTest.testPrefixLookup_Inheritance
2003-11-28 04:58:00 +00:00
Hoda Amer
89054fc120 New Content Assist framework 2003-11-27 19:52:23 +00:00
Hoda Amer
32fc5c80ab New Content Assist framework 2003-11-27 19:25:49 +00:00
Mikhail Khodjaiants
e2724066ac Fix for PR 47595: Referenced projects are not checked in the list of generic source locations. 2003-11-26 23:10:16 +00:00
Mikhail Khodjaiants
6131f091aa Extracted the main part of the 'breakpointAdded' method into a separate method to avoid double checking. 2003-11-26 23:02:55 +00:00
Alain Magloire
9ddba7f91f added the builtin folder. 2003-11-26 19:09:17 +00:00
Mikhail Khodjaiants
19585a8f35 Cleanup. 2003-11-26 18:58:04 +00:00
Mikhail Khodjaiants
f8dc875327 Cleanup. 2003-11-26 16:56:55 +00:00
Mikhail Khodjaiants
ca76e63e63 Cleanup. 2003-11-26 16:40:13 +00:00
Mikhail Khodjaiants
f7359eac05 Cleanup. 2003-11-26 16:25:17 +00:00
Mikhail Khodjaiants
07c8819af2 Cleanup. 2003-11-26 16:18:28 +00:00
Alain Magloire
342ec252d6 updated. 2003-11-25 20:16:11 +00:00
Alain Magloire
1d44aef852 Save the preferences. 2003-11-25 20:07:16 +00:00
Doug Schaefer
9c677d807f Upversioned the plugins, etc to 2.0.0.
Made sure the jar files got included in the zips.
2003-11-25 18:24:55 +00:00
Alain Magloire
4d189826d3 updated. 2003-11-25 18:15:49 +00:00
Alain Magloire
e491b3048f Process the suspended event even if there is no threads
or stacks
2003-11-25 18:15:39 +00:00
Doug Schaefer
9dc3aa63e5 Upgrade to Eclipse 3.0. Includes:
- upgrade plugin.xml files
- use PDE containers
- apply Eclipse 3.0 porting items, in particular openEditor and gotoMarker
- remove TestWorkbenches from test plugins
2003-11-24 18:31:03 +00:00
David Inglis
7750af19fa changes to address https://bugs.eclipse.org/bugs/show_bug.cgi?id=47241 2003-11-24 01:46:26 +00:00
Alain Magloire
d05969c443 updated. 2003-11-22 23:50:15 +00:00
Alain Magloire
6bfd40852c Make sure the session is terminated if
an exception is thrown.
2003-11-22 23:50:03 +00:00
Alain Magloire
8dd35316c0 updated. 2003-11-21 20:46:04 +00:00
Alain Magloire
3d0c4ea4f6 The wrong MIPlugin.createCSession() was use, noted
by Ashish.
2003-11-21 20:45:55 +00:00
Mikhail Khodjaiants
d48c7e733d Use "symbol not available" for empty function names when generating a stack frame label. 2003-11-21 20:05:00 +00:00