Doug Schaefer
0583121e43
Updated the version numbers to 3.0.0.
2004-12-22 19:49:22 +00:00
John Camelon
38f71e03c8
LocationMap meet IProblem.
2004-12-22 19:28:40 +00:00
Andrew Niefer
65428b9be0
more CompleteParser2Tests and
...
- constructors
- visiting array declarators
2004-12-22 19:10:20 +00:00
John Camelon
f1c7d7672e
Further DOMScanner updates.
2004-12-22 17:10:23 +00:00
John Camelon
861c8d0a15
Removed warnings.
2004-12-22 16:07:59 +00:00
Mikhail Khodjaiants
eea4efa045
Fix for bug 73168: Use memory view provided by Eclipse platform in CDT.
...
Added rendering bindings and default renderings for CDT memory blocks.
2004-12-22 00:04:47 +00:00
Andrew Niefer
fcc304bee1
expand some of the CompleteParser2Tests
...
- enumerator getType()
- class decls with qualified names
2004-12-22 00:00:43 +00:00
Alain Magloire
e789bb0fd3
2004-12-21 Alain Magloire
...
purpose: using charset from 'file' to encode in-memory String object into bytes
modifer: Wu Zhi Qiang
action: first get the charset from 'file', then use it
to encode the 'buffer.toString()' into bytes
* src/org/eclipse/cdt/internal/core/model/Util.java
2004-12-21 21:35:45 +00:00
John Camelon
2c4cc97119
Fixed Bug 80978 - [Parser2] C Parser doesnt handle variable length arrays
2004-12-21 20:45:57 +00:00
Alain Magloire
3d65d89fd7
2004-12-21 Alain Magloire
...
We use TogglePresentation action definition ID rather the one
define in the CDT, since now the platfrom defines one.
* src/org/eclipse/cdt/internal/ui/editor/CContentOutlinePage.java
* src/org/eclipse/cdt/internal/ui/editor/CEditorActionContributor.java
* src/org/eclipse/cdt/internal/ui/editor/ICEditorActionDefinitionIds.java
* src/org/eclipse/cdt/internal/ui/editor/ToggglePresentationAction.java
2004-12-21 20:38:06 +00:00
Mikhail Khodjaiants
4a8b57d0ab
Switch to the new memory view interfaces (Eclipse 3.1).
2004-12-21 19:55:31 +00:00
Alain Magloire
7166ea11d2
Remove wrong attribute in the search attribute.
2004-12-21 19:54:18 +00:00
John Camelon
02b95b6d5c
Fixed Bug 80992 - [Parser2] C Parser only handles 1 type-qualifier in array modifier
2004-12-21 19:53:15 +00:00
Alain Magloire
3d9e0a2190
2004-12-21 Alain Magloire
...
Fix PR 81635 patch form Przemek
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
2004-12-21 19:37:59 +00:00
John Camelon
b69b32768f
Removed warning (Andrew)
2004-12-21 18:17:30 +00:00
John Camelon
ee26471851
Patch for Devin Steffler.
...
Fix for 108 Perrors in Dave's test associated with testTypedefExample4b (changes made to GNUCSourceParser)
Better support for Function Types
2004-12-21 16:27:04 +00:00
Mikhail Khodjaiants
4389ea8a9b
Fix for bug 81698: NumberFormatException in CValue.
2004-12-20 23:30:57 +00:00
Alain Magloire
86e2679474
2004-12-20 Alain Magloire
...
Fix PR 50578
* src/org/eclipse/cdt/internal/ui/cview/CViewDropAdapter.java
2004-12-20 19:47:19 +00:00
Andrew Niefer
1d28de7fde
using declarations
2004-12-20 18:09:05 +00:00
Alain Magloire
0d24c79313
2004-12-20 Alain Magloire
...
Fix for PR 81019 for MacOsX
* mi/org/eclipse/cdt/debug/mi/core/output/MIVarListChildrenInfo.java
2004-12-20 17:42:14 +00:00
Alain Magloire
5a4e52df7a
2004-12-20 Alain Magloire
...
PR 81321
* src/org/eclipse/cdt/launch/internal/CPropertyTester.java
2004-12-20 17:14:25 +00:00
Bogdan Gheorghe
145b478b9c
Patch for Tanya Wolff: Content Assist Regession Tests
2004-12-17 22:26:55 +00:00
John Camelon
0cb94d4f49
Patch for Devin Steffler.
...
This patch adds the implementation of CFunctionTypes to the new parser. In it I also cleaned up some of the old implementation that I had for other types so that it was easier to implement FunctionTypes.
2004-12-17 20:23:47 +00:00
John Camelon
ec4d154f13
Fixed type-ohs.
2004-12-17 14:29:28 +00:00
Leo Treggiari
ce8300dbcd
Fix the conversion of String options
2004-12-17 03:54:05 +00:00
Leo Treggiari
b6d40feacd
Fix getCommandLinePattern to check its superclass when the value is null.
2004-12-17 03:53:10 +00:00
Mikhail Khodjaiants
840aece508
Fix for bug 81381: Deadlock when single stepping.
2004-12-16 21:26:10 +00:00
John Camelon
1c56aae7c8
Remove warning.
2004-12-16 21:01:17 +00:00
John Camelon
c66fd5bdef
Designated Initializers were not being seen in the physical AST.
2004-12-16 20:56:35 +00:00
Andrew Niefer
73f50ce64b
More Tests for C++ bindings
2004-12-16 00:03:44 +00:00
John Camelon
ef21d7a687
Check for null.
2004-12-15 21:29:47 +00:00
John Camelon
50f8dcd8aa
Address some performance issues regarding opening inclusions in the resource tree for both the new and old parser framework.
2004-12-15 21:12:51 +00:00
Andrew Niefer
495d10915b
This someone got left out of the last commit
2004-12-15 17:57:28 +00:00
Andrew Niefer
04105fe09e
Array Types patch from Devin Steffler
...
plus small changes to fix broken GCCTests
2004-12-15 17:56:49 +00:00
Andrew Niefer
7c6a5a0094
C++: enumerations, enumerators and pointers to functions
2004-12-15 17:09:04 +00:00
John Camelon
8e1dc14197
Switch DOM tests to use DOMScanner.
...
Updated DOMScanner constructor.
Added __asm__ macro to GNUScannerConfiguration
2004-12-15 15:55:55 +00:00
John Camelon
cac97aa220
asm was not a keyword in C. :-(
2004-12-15 15:30:02 +00:00
Leo Treggiari
cfaf47a5f7
Partial fix for PR#80951 for CDT 2.1. This allows the resource configuration property page to be displayed for all of the built-in C/C++ extensions.
2004-12-15 04:12:31 +00:00
Alain Magloire
ed57ae9e44
Fix for PR 81007
2004-12-14 22:29:22 +00:00
Alain Magloire
b5b9cb7f7d
add news item
2004-12-14 22:02:02 +00:00
Alain Magloire
20eff26a4f
NEWS file
2004-12-14 22:01:31 +00:00
John Camelon
b0c3398285
Separate Scanner2 into BaseScanner, Scanner2 & DOMScanner.
2004-12-14 21:17:49 +00:00
Sean Evoy
1360711a78
Fix for 80717 -- Executable name ends in ".exe"
...
Also had to add outputs="" to the tool defintions
2004-12-14 21:05:44 +00:00
Andrew Niefer
b6fa19a6f7
for statements, field references
2004-12-14 20:17:23 +00:00
Andrew Niefer
b0f2b85991
more C Types from Devin Steffler
2004-12-14 20:07:42 +00:00
Alain Magloire
57a32ca95d
2004-12-14 Alain Magloire
...
PR 80631 Patch form Przemek Tomaszewski
* src/org/eclipse/cdt/internal/ui/editor/CContentOutilinePage.java
* src/org/eclipse/cdt/internal/ui/editor/CContentOutlinerProvider.java
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
* src/org/eclipse/cdt/internal/ui/editor/CEditorMessages.properties
* src/org/eclipse/cdt/internal/ui/editor/CSourceViewer.java
* src/org/eclipse/cdt/internal/ui/editor/ICEdtiroActionDefinitionIds.java
* src/org/eclipse/cdt/internal/ui/text/COutlineInformationControl.java
* src/org/eclipse/cdt/internal/ui/text/CSourceViewerConfiguration.java
* src/org/eclipse/cdt/internal/ui/util/ProblemTreeViewer.java
* src/org/eclpse/cdt/ui/CElementContentProvider.java
* plugin.properties.
* plugin.xml
2004-12-14 18:46:40 +00:00
John Camelon
46150fa029
Goodbye IScannerExtension.
...
Hello IScannerConfiguration.
2004-12-14 16:17:21 +00:00
Andrew Niefer
656d059c25
- IArrayType
...
- function types and parameter bindings
2004-12-14 15:33:13 +00:00
Sean Evoy
ccf3364565
Fix for 80717 -- Executable name ends in ".exe"
...
Also had to remove the exe from the tool references
2004-12-13 23:11:19 +00:00
Bogdan Gheorghe
5e4ae64149
Patch for Tanya Wolff: Search Regression Tests
2004-12-13 21:53:15 +00:00