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

1931 commits

Author SHA1 Message Date
John Camelon
a10f4f5583 Removed more warnings (ANDREW) 2004-04-27 13:48:06 +00:00
Alain Magloire
56bf0c46ce clear the old cache entries 2004-04-26 22:32:17 +00:00
John Camelon
02e31a94fd https://bugs.eclipse.org/bugs/show_bug.cgi?id=57898 2004-04-26 21:34:39 +00:00
John Camelon
1b95b94a14 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=57898 2004-04-26 21:31:39 +00:00
David Inglis
ca2d70f2be fixed concurrent mod excep plus deadlock wth junits 2004-04-26 21:13:49 +00:00
Alain Magloire
dc57a7a2d1 Changes in the PathEntryStore API 2004-04-26 20:47:42 +00:00
Andrew Niefer
6797f7dd40 -work on bug 50984: fix NPEs/CCEs caused by problems with typedefs and a bug in template instantiations
-fix bug 59892: completion on typedefs
-handle ASTExpression as a context for content assist
2004-04-26 20:33:12 +00:00
John Camelon
7c63d5bffc Backed out SelectionParse test update. 2004-04-26 19:54:58 +00:00
John Camelon
653c8bb11e Fixed infinite loop in BinaryTests 2004-04-26 19:53:59 +00:00
Hoda Amer
369547850f CModel bug fix 2004-04-26 19:51:32 +00:00
Hoda Amer
8bfccbdedf Refactoring bug fixes 2004-04-26 17:40:58 +00:00
David Inglis
4b1fcdb6fa update label 2004-04-26 15:51:29 +00:00
David Inglis
0ac56f2cf0 update PathEntry ui stuff 2004-04-26 14:51:52 +00:00
Alain Magloire
d83f3ab70e Move the persistency of the PathEntry in a different class
and provide an extension point for it.
2004-04-26 04:44:29 +00:00
John Camelon
e0706f6786 Added debugging info for Andrew. 2004-04-25 22:47:56 +00:00
John Camelon
d2e9119927 Removed warnings. 2004-04-25 22:18:56 +00:00
John Camelon
8eaa71ea7a Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=51841<BR>
Updated test cases for improved contexts provided in IASTCompletionNode.
2004-04-25 21:36:27 +00:00
John Camelon
94bfaa41cf Removed warnings. 2004-04-25 05:30:52 +00:00
Alain Magloire
9b578a9f0c Tentative fix for PR 59098. 2004-04-24 03:23:18 +00:00
John Camelon
27ceac6cb6 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=57652.<BR>
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=49167.<BR>
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39676.<BR>
2004-04-23 20:22:07 +00:00
Alain Magloire
2be2d0afed Adjusting the UI to changes of the core
Concerning customization of translation Unit
	pathc from Sam PR 52864
2004-04-23 18:32:02 +00:00
Alain Magloire
be4fd43913 Moving the work from Sam Robb part of PR 52864, this
is is only the Core part, UI is still pending.
2004-04-23 18:27:04 +00:00
Andrew Niefer
63bc5b00d2 - fixed up CompleteParseASTFactory.lookupQualifiedName in the case where the
tokenDuple has 1 segement
- fixed CompleteParseASTFactory.createMethod to handle template ids
- fixed instantiation of member templates
- fixed up handling of explicit specializations
2004-04-23 18:23:09 +00:00
Hoda Amer
f0f5aa93c3 Refactoring bug fixes 2004-04-23 18:11:55 +00:00
John Camelon
809934b921 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59768 2004-04-23 17:43:47 +00:00
Alain Magloire
4c8e461e23 Possible NPE in the CDocumentProvider 2004-04-23 17:36:00 +00:00
Hoda Amer
8ee1c65946 Content Assist fixes 2004-04-23 15:32:46 +00:00
Hoda Amer
24762334f5 Patch for Sean Evoy : Removing Managed Build Tests from core tests. 2004-04-23 15:12:19 +00:00
John Camelon
34f1154c4f Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=47926 2004-04-23 03:49:31 +00:00
John Camelon
7d0db41463 Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=59686 2004-04-23 03:09:03 +00:00
John Camelon
d33fe003f1 Added testULong() to CompleteParseASTTest 2004-04-22 19:37:39 +00:00
John Camelon
d65c6769ea Made typeof() declSpec's show up in outline view. 2004-04-22 19:02:07 +00:00
John Camelon
af85de7600 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59507 2004-04-22 18:13:36 +00:00
Hoda Amer
4528b2a06c Patch for Sean Evoy 2004-04-22 18:08:26 +00:00
John Camelon
1a5788e0dc org.eclipse.cdt.core<BR>
&nbsp;Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59179<BR>
&nbsp;Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59143<BR>
org.eclipse.cdt.core.tests<BR>
&nbsp;Updated test clients for IExpressionParser interface changes.  <BR>
&nbsp;Added QuickParseASTTests.testBug59179().
2004-04-22 17:45:27 +00:00
Hoda Amer
0634c0b3a2 Backing out previous changes regarding new JFace interfaces 2004-04-22 17:32:38 +00:00
Alain Magloire
bbff2f727d Fix for PR 59534 2004-04-22 16:31:28 +00:00
Hoda Amer
1d3a3c4df0 Fixing Build errors for the nightly Eclipse build on 04/22 after changing a few JFace interfaces) 2004-04-22 15:40:22 +00:00
Andrew Niefer
5cc0ea42f2 More template tests, and small fixes to make them work 2004-04-22 14:56:57 +00:00
Alain Magloire
0aa20e710b Add support for Base Reference in the PathEntry 2004-04-22 04:25:33 +00:00
John Camelon
03144000c4 org.eclipse.cdt.core<BR>
&nbsp;Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39703<BR>
&nbsp;Removed method IScanner.addIncludePath() as it wasn't being used.  <BR>
&nbsp;Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39698<BR>
<BR>
org.eclipse.cdt.core.tests<BR>
&nbsp;Moved testBug39703() from ASTFailedTests to QuickParseASTTest.<BR>
&nbsp;Added ScannerTestCase::testBug39698().<BR>
&nbsp;Moved testBug39698A() & testBug39698B() from ASTFailedTests to QuickParseASTTest.<BR>
&nbsp;Added testBug39698A() & testBug39698B() to CompleteParseASTTest.
2004-04-22 02:56:52 +00:00
David Inglis
22c63f4e56 update 2004-04-22 02:54:08 +00:00
David Inglis
a24bf0e276 added missing method to interface 2004-04-22 02:53:56 +00:00
Hoda Amer
cf31f83443 Content Assist fixes 2004-04-21 20:23:34 +00:00
Andrew Niefer
688e94b21b fixing last problems for bugs 52695 & 45372 2004-04-21 19:11:23 +00:00
Bogdan Gheorghe
727994dc39 Fix for external search markers 2004-04-21 18:57:40 +00:00
Alain Magloire
add4485083 Disable the pathEntry property page 2004-04-21 18:28:07 +00:00
John Camelon
d763240879 Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=59468 2004-04-21 18:05:19 +00:00
Hoda Amer
fc6b681d61 Content Assist fixes 2004-04-21 17:12:17 +00:00
Hoda Amer
8d33b94810 Content Assist fixes 2004-04-21 16:47:15 +00:00