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>
...
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59179 <BR>
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59143 <BR>
org.eclipse.cdt.core.tests<BR>
Updated test clients for IExpressionParser interface changes. <BR>
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>
...
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39703 <BR>
Removed method IScanner.addIncludePath() as it wasn't being used. <BR>
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39698 <BR>
<BR>
org.eclipse.cdt.core.tests<BR>
Moved testBug39703() from ASTFailedTests to QuickParseASTTest.<BR>
Added ScannerTestCase::testBug39698().<BR>
Moved testBug39698A() & testBug39698B() from ASTFailedTests to QuickParseASTTest.<BR>
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
Alain Magloire
4acf3441ad
2004-04-06 Chris Wiebe
...
initial placement of non-ui code into org.eclipse.cdt.core.browser
2004-04-21 16:13:34 +00:00
Bogdan Gheorghe
6f5c560309
Fix for Bug 54155 - [Scalability] Indexer bypassing filtering when project was closed and had no index
...
Fix for Search UI refresh on Linux
2004-04-21 06:33:32 +00:00
Alain Magloire
d324df3b25
Implement documentSetup and documentCreation extension point
...
for CDT
2004-04-21 06:15:23 +00:00
Alain Magloire
43b14542a6
fix javadocs
2004-04-21 03:58:28 +00:00
Alain Magloire
0d79336fcb
simple fix to status line
2004-04-21 03:58:08 +00:00
David Inglis
6d241cf586
update cpath ui
2004-04-21 02:14:21 +00:00
Andrew Niefer
822ad118ce
fix bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=59302
2004-04-20 21:35:05 +00:00
Andrew Niefer
3ca43539a1
template work on Explicit Specializations and Explicit argument specification
2004-04-20 21:16:13 +00:00
John Camelon
d72a8b3f5d
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=58717
2004-04-20 20:38:20 +00:00
John Camelon
93c7225abf
org.eclipse.cdt.core<BR><BR>
...
nbsp;Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59134 <BR>
nbsp;Partially fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=58858 <BR>
nbsp;Added in additional CompletionKind's for STRUCT_REFERENCE, UNION_REFERENCE and ENUM_REFERENCE. <BR>
<BR>
org.eclipse.cdt.core.tests<BR>
nbsp;Updated CompletionParseTest for CompletionKind updates.
2004-04-20 20:07:17 +00:00
David Inglis
dd0baea2ea
update cpath ui
2004-04-20 19:31:05 +00:00
David Inglis
7d7a436378
fixed some small bugs
2004-04-20 18:47:56 +00:00
Alain Magloire
f6d8cec74d
Fix NPE in CDocumentProvider
2004-04-20 18:37:22 +00:00
John Camelon
b8154fb0fc
org.eclipse.cdt.core<BR>
...
Restructuring of the parser extension packages. <BR>
Introduce IParserExtension and IASTFactory mechanisms w/partial implementation for GCC. <BR>
Introduce IGCCToken and GCCKeywords and fleshed out GCCScannerExtension implementation and interworking with Scanner. <BR>
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39697 <BR>
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39695 <BR>
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39684 <BR>
<BR>
org.eclipse.cdt.core.tests<BR>
Moved testBug39684() & testBug39695() from ASTFailedTests to QuickParseASTTests.<BR>
Updated CompleteParseASTTest::testBug39697().<BR>
Added CompleteParseASTTest::testBug39684() & CompleteParseASTTest::testBug39695().
2004-04-20 17:36:41 +00:00
David Inglis
b9541fc2a5
log error
2004-04-20 16:28:26 +00:00
David Inglis
6f4cf3159b
minor fix to doc tag
2004-04-20 16:14:32 +00:00
David Inglis
a16487b5bd
added more exception handling in model
2004-04-20 16:13:11 +00:00
Alain Magloire
0b7e5958f2
Fix for PR 59081
2004-04-20 16:10:38 +00:00
Bogdan Gheorghe
e84ed27c29
Fix for build problem
2004-04-20 15:17:15 +00:00
David Inglis
6d0e75f1d0
enable wraping on build console
2004-04-20 14:47:33 +00:00
Alain Magloire
3c381cd8bc
Change the scheduling rule
2004-04-20 05:38:31 +00:00
Bogdan Gheorghe
977904112c
Fix for 58477 - Search UI does not work
...
Fix for 59077 - Selection Search does not work
2004-04-20 03:53:00 +00:00
Alain Magloire
97a3c316c8
Fix for PR 59098
2004-04-20 00:45:21 +00:00
Alain Magloire
7ef1a6ed7e
Change The Core Model interfaces to throw CModelException when
...
the fail abnormally. This forces a lot of try{} catch(){}
bloks and rethrow to be added in the code.
2004-04-20 00:06:27 +00:00
Andrew Niefer
6b096ee976
fix bug 59149
2004-04-19 21:27:59 +00:00
Andrew Niefer
ed75b354ad
speed up BasicSearchMatch.compareTo and .hashCode by reducing number of string objects created
2004-04-19 20:08:41 +00:00
Andrew Niefer
94805a944d
testing template explicit specialization & small fix
2004-04-19 19:03:13 +00:00
David Inglis
6f06f88155
fixed dead lock
...
missing extension point
fix CCorePlugin.log
2004-04-19 15:51:31 +00:00
David Inglis
70e5780f88
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=58232
2004-04-19 13:38:15 +00:00
Alain Magloire
93dfa55ecf
Changes to CDocumentProvider to use Eclipse-3.0 TextFileDocumentProvider
...
The changes had the side effect of moving the IBufferFactory also
It is now in CustoBufferFactory. The DocumentAdapter for C File
was rewritten
2004-04-19 05:50:10 +00:00
Alain Magloire
981f445bb4
Added new methods to CoreModel and IncludeEntry
2004-04-19 05:46:43 +00:00
Hoda Amer
1be0c22c6a
Bug fixes
2004-04-16 20:29:07 +00:00