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
69bab80e56
patch from vlad
2004-04-20 19:02:50 +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
Alain Magloire
c03efa8220
save before building.
2004-04-20 18:21:46 +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
Mikhail Khodjaiants
125213c8be
The "getCFileGlobals" method of "IExecFileInfo" throws "DebugException".
2004-04-20 16:03:27 +00:00
Mikhail Khodjaiants
41a3d5d9ff
Changed copyright header.
2004-04-20 16:02:49 +00:00
Bogdan Gheorghe
e84ed27c29
Fix for build problem
2004-04-20 15:17:15 +00:00
Sean Evoy
4f86ebbdd4
Work to support the versioning of the managed build tool definition schema and project files. This work was needed in order to refactor the rather large default tool definitions and to support ongoing enhancements to the managed build system.
2004-04-20 15:09:51 +00:00
Doug Schaefer
e32f63b178
Brought the make plugins back home...
2004-04-20 14:48:26 +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
Mikhail Khodjaiants
e2983ad1f8
Fix for bug 58711: Breakpoint race condition.
2004-04-19 22:12:02 +00:00
Andrew Niefer
6b096ee976
fix bug 59149
2004-04-19 21:27:59 +00:00
Mikhail Khodjaiants
62150f7451
Display global variable name in the error message when the "Add Globals" action fails.
2004-04-19 20:42:08 +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 Daoust
010da4dcb9
From Dave Williams:
...
Another doc update patch. This one includes screen captures for the C++ preferences, and some views, outline view, projects view.
Updated the references page to show all documentation in that section from the main page (there were double linked sections and some docs were not linked).
Updated the topics_Reference.xml, it also contained invalid and double linked sections.
2004-04-19 14:57:01 +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
Mikhail Khodjaiants
ce956c49b8
Implementing retargettable actions for Disassembly view.
2004-04-16 21:45:24 +00:00
Mikhail Khodjaiants
a2189ff379
Stack frame should provide an adapter for IRunToAddress.
2004-04-16 21:41:22 +00:00
Hoda Amer
1be0c22c6a
Bug fixes
2004-04-16 20:29:07 +00:00
David Inglis
8a496f8607
work in progress - cpath ui stuff
2004-04-16 20:25:16 +00:00
Andrew Niefer
2ae68378fa
work for bug 50807
2004-04-16 20:08:25 +00:00
Hoda Amer
66678f3126
CModelBuilder and scalability problems
2004-04-16 19:56:58 +00:00
Hoda Amer
42bb6673a1
Fix for bug#44370
2004-04-16 19:42:20 +00:00
Doug Schaefer
c52fc12cfd
Updated the required plugins list.
2004-04-16 19:15:43 +00:00
Alain Magloire
0d674490cf
Patch from Sam Robb to cover PR 52864
2004-04-16 19:08:23 +00:00
John Camelon
0ce4a707ab
<BR>Patch for Dave Daoust
...
<BR>Modified Scanner Performance by
<BR>1. Moved ScannerContext sentinal to ContextStack
<BR>2. Delay Stringizing macro parameter until needed
<BR>3. Removed the sentinal from the scanner constructor
2004-04-16 18:34:39 +00:00
Doug Schaefer
181f9ff6b7
Trying to get Source features autogenerated by PDE build.
2004-04-16 18:30:00 +00:00
David Inglis
0edb6132e2
register adapter factory through new extension point
2004-04-16 17:45:01 +00:00
David Inglis
8329291604
fixed cview binary continaer and binary property page
2004-04-16 16:04:42 +00:00
Hoda Amer
d49160f8ff
Fix for bug#55764
2004-04-16 15:39:51 +00:00
Hoda Amer
0f799bb0a8
Fix for bug#58563
2004-04-16 14:52:27 +00:00
Hoda Amer
09739d577e
CModelBuilder and scalability problems
2004-04-16 14:48:50 +00:00
Alain Magloire
3dc5e212e0
Added Properties for Binaries
2004-04-16 04:21:17 +00:00
Alain Magloire
3a4bc9b140
Binary/ArchiveContainer was not clean up
2004-04-16 03:36:31 +00:00
Alain Magloire
5113a88ad7
Binary/ArchiveContainer was not clean up
2004-04-16 03:30:13 +00:00