Alain Magloire
cab81eb6a0
2005-03-18 Alain Magloire
...
Fix for PR 88110: Importing project that need converting would
create NPE and ResouceException failures.
* src/org/eclipse/cdt/managedbuilder/core/ManagedBuildManager.java
* src/org/eclipse/cdt/managedbuilder/projectconverter/UpdateManagedProject12.java
* src/org/eclipse/cdt/managedbuilder/projectconverter/UpdateManagedProject20.java
* src/org/eclipse/cdt/managedbuilder/projectconverter/UpdateManagedProject.java
2005-03-18 17:54:39 +00:00
Mikhail Khodjaiants
011cd84a92
If casting of variable to a type or array causes an error, the status of the variable is set to "error" and it can't be reset by subsequent castings.
2005-03-17 22:00:31 +00:00
Alain Magloire
ec263f76dc
2005-03-16 Alain Magloire
...
Patch from Tracy Miranda to fix PR 88160
* src/org/eclipse/cdt/managedbuilder/ui/properties/NewConfigurationDialog.java
2005-03-16 17:06:01 +00:00
John Camelon
2f5d16e839
Patch for Devin Steffler.
...
Add selection tests to DOMParserTestSuite.
2005-03-16 16:04:24 +00:00
Bogdan Gheorghe
f309a3e915
Fix for 87982, 88127
2005-03-16 07:31:14 +00:00
Alain Magloire
589f86fdf8
2005-03-14 Alain Magloire
...
Fix NPEs: PathEntryManager should be created first, since it will
be use by other components.
* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
* src/org/eclipse/cdt/core/CCorePlugin.java
* plugin.xml
2005-03-15 19:55:34 +00:00
John Camelon
371fb48bfe
Patch for Devin Steffler.
...
Remove ArrayStoreException.
2005-03-15 18:18:19 +00:00
Bogdan Gheorghe
a936f8db56
Fix for Bugs # 87978, 87982, 87993
2005-03-15 03:35:34 +00:00
John Camelon
bd9022596d
Patch for Devin Steffler.
...
This patch includes:
- several enhancements made to the DOM AST View to improve performance
- "Display Problems" button that will display all found IASTProblems in the AST via the Search View
2005-03-15 00:39:42 +00:00
John Camelon
85d1c00390
Removed warnings.
2005-03-14 21:18:46 +00:00
Bogdan Gheorghe
402cb165c3
- upgrade mechanism for old indexer projects
...
- a new "No Indexer" null indexer used for projects that don't need indexing
- temporary modification to the Automated suite to get around TypeCache manager kicking off unwanted upgrades
during JUnits
2005-03-14 21:08:21 +00:00
John Camelon
44ccc9fdac
Fixed Bug 87807 - [Parser] CPPASTTypeIdExpression does not implement ICPPASTTypeIdExpression
2005-03-14 20:24:33 +00:00
John Camelon
f83e7a7c6f
Fixed Bugzilla Bug 87548 : [DOM AST] IASTName interface lacks methods to determine if name is a declaration, a definition or a reference
2005-03-14 20:14:37 +00:00
Bogdan Gheorghe
79386d0400
Cleaned up some reference problems in cdt-core plugin.xml; refactoring tests BaseTestFramework.java
2005-03-14 19:23:37 +00:00
Bogdan Gheorghe
8cb9d02dae
New core framework for indexer
...
New UI framework for indexer
Updates to core tests/ui tests
2005-03-14 05:32:07 +00:00
John Camelon
db73140257
Add JavaDoc.
...
Formatted public interfaces.
Restructured some public interfaces.
2005-03-14 03:15:22 +00:00
Alain Magloire
512e196451
2005-03-12 Alain Magloire
...
Plan item 79518: for PathEntry variable manager.
* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
* src/org/eclipse/cdt/core/resources/IPathEntryVariableManager.java
* src/org/eclipse/cdt/core/resources/PathEntryVariableChangeEvent.java
* src/org/eclipse/cdt/internal/core/PathEntryVariableManager.java
2005-03-13 03:24:33 +00:00
Alain Magloire
4be89c40a4
2005-03-12 Alain Magloire
...
Plan item 79518: for PathEntry variable manager. Enable.
* src/org/eclipse/cdt/internal/ui/preferences/PathEntryVariablesGroup.java
* puglin.xml
2005-03-13 03:24:14 +00:00
John Camelon
a939d75b5d
Add JavaDoc.
...
Formatted public interfaces.
2005-03-12 21:11:42 +00:00
John Camelon
3e9255da5f
Add JavaDoc.
...
Formatted public interfaces.
Restructured some public interfaces.
2005-03-12 19:28:27 +00:00
John Camelon
c0a8eb9c01
Add JavaDoc.
...
Formatted public interfaces.
Restructured some public interfaces.
2005-03-12 19:08:58 +00:00
Doug Schaefer
35791e2486
Added ISV plugin to map file.
2005-03-11 20:48:54 +00:00
John Camelon
6545e1c4c7
Patch for Devin Steffler.
...
ASTUtil and friends ported to DOM.
2005-03-11 20:35:22 +00:00
John Camelon
834e06e8fc
Add JavaDoc.
...
Formatted public interfaces.
Restructured some public interfaces.
2005-03-11 19:51:49 +00:00
Andrew Niefer
39ca877911
bug 87705
2005-03-11 19:26:00 +00:00
Doug Schaefer
5953c8a29f
Added ISV doc plugin to sdk feature.
2005-03-11 16:29:47 +00:00
Andrew Niefer
9e60f45170
Implement IGPPPointerType and IGPPPointerToMemberType (bug 87424)
2005-03-11 16:15:05 +00:00
John Camelon
f4f3208534
Add JavaDoc.
2005-03-11 16:00:31 +00:00
John Camelon
e7f36a7dfb
Add JavaDoc.
2005-03-11 02:24:35 +00:00
John Camelon
5f933cf7ff
Add JavaDoc.
2005-03-11 02:15:20 +00:00
Andrew Niefer
5410741fac
javadoc IBindings and ITypes
2005-03-10 22:32:54 +00:00
John Camelon
e4d3a83c55
Add more javadoc.
2005-03-10 21:44:19 +00:00
Andrew Niefer
a656f70b4d
-some javadoc for IScope interfaces
...
-implement the assorted get field & method functions on ICPPClassType
2005-03-10 21:40:15 +00:00
John Camelon
122a949f09
Patch for Devin Steffler.
...
FIXED 87649 - [Lengths] ICASTDesignatedInitializer's length does not include the length of the IASTInitializerExpression
2005-03-10 20:43:57 +00:00
John Camelon
4b7952f19c
Add JavaDoc.
2005-03-10 16:48:19 +00:00
Doug Schaefer
022627d408
Hooked up the DOM completion contributor. Changed the API so that the contributors can easily add to the list of proposals (or sneak a peek at the current list ;-)
2005-03-10 16:25:16 +00:00
Andrew Niefer
de4d0657a5
update javadoc for IScope
2005-03-09 23:48:37 +00:00
Andrew Niefer
6cbe7a043b
fix IScope.find( String ) to do an unqualified lookup on the given string
2005-03-09 23:44:27 +00:00
Mikhail Khodjaiants
b7f2832d92
Fix for bug 87546: Obsolete debug MI settings in Preference need to be removed.
2005-03-09 21:22:27 +00:00
John Camelon
e9c3b52623
Add JavaDoc.
2005-03-09 20:54:13 +00:00
Andrew Niefer
9b1b4fc340
patch from Devin Steffler
2005-03-09 19:50:55 +00:00
John Camelon
a9e1167971
Add JavaDoc.
2005-03-09 02:42:54 +00:00
Andrew Niefer
6c62456688
Don't visit template parameters until we are ready for them
2005-03-08 22:26:35 +00:00
Mikhail Khodjaiants
274eae0dd9
Removed deprecated "WorkbenchHelp" references.
2005-03-08 21:29:22 +00:00
John Camelon
1221d7fad0
Remove unused interfaces.
2005-03-08 20:32:44 +00:00
John Camelon
3601a6622d
Add JavaDoc to src/ public dom packages.
2005-03-08 20:31:51 +00:00
Doug Schaefer
f61e95319a
Added extension point for completion contributors.
2005-03-08 19:46:46 +00:00
Andrew Niefer
623eeb6f1d
Change visiting of AST tree.
...
-> added IASTNode.accept( ASTVisitor )
-> old BaseVisitorAction is now ASTVisitor
-> old CBaseVisitorAction is now CASTVisitor (extends ASTVisitor)
-> old CPPBaseVisitorAction is now CPPASTVisitor (extends ASTVisitor)
-> old IASTVisitor, ICASTVisitor, ICPPASTVisitor are gone
-> CVisitor.visit* and CPPVisitor.visit* are gone, replaced by accept on each ast node.
now, instead of tu.getVisitor().visitTranslationUnit( action )
do tu.accept( action )
2005-03-08 19:32:22 +00:00
John Camelon
0afd9dc95c
Add JavaDoc.
2005-03-08 18:37:33 +00:00
Mikhail Khodjaiants
34ca6299e3
Removed deprecated "WorkbenchHelp" references.
2005-03-08 17:43:58 +00:00