Andrew Niefer
34ee61a5f8
bug 84610 : Unnamed namespaces
2005-02-11 18:56:56 +00:00
John Camelon
b0f858c25b
Patch for Devin Steffler.
...
Further AST View - Preprocessor statements.
2005-02-11 17:56:03 +00:00
Alain Magloire
d6b9097bd5
2005-02-10 Alain Magloire
...
Second of 79596
* model/org/eclipse/cdt/core/model/IPathEntryContainerExtension.java
* model/org/eclipse/cdt/core/model/IPathEntryContainerExtensionListener.java
* model/org/eclipse/cdt/core/model/PathEntryContainerChanged.java
* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
2005-02-11 00:48:11 +00:00
Alain Magloire
6b3069ebc5
2005-02-10 Alain Magloire
...
Part of the fix for 79596
* model/org/eclipse/cdt/core/model/CoreModel.java
* model/org/eclipse/cdt/core/model/IPathEntry.java
* model/org/eclipse/cdt/core/model/IPathEntryContainerExtension.java
* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
* src/org/eclipse/cdt/core/resources/ScannerProvider.java
2005-02-10 22:42:51 +00:00
John Camelon
131e9d4d75
IASTTranslationUnit#getAllPreprocessorStatements() is now implemented.
2005-02-10 22:11:04 +00:00
Andrew Niefer
8b9f51bf19
Argument dependent lookup aka Koenig lookup
2005-02-10 21:01:34 +00:00
John Camelon
11f48787a5
Add support for IWorkingCopy in CDOM & ICodeReaderFactory.
2005-02-10 18:44:08 +00:00
Bogdan Gheorghe
af477cff1d
Fix for 75916: Errors and exceptions in log if you try create a C++ project with
...
same name/different case.
2005-02-10 16:52:12 +00:00
John Camelon
fb287fa5a4
Fixed bad test.
2005-02-10 16:17:36 +00:00
John Camelon
4e7213552c
Restructure IASTServiceProvider & CDOM to encapsulate more the process of matching up a parse request w/an AST Service provider.
...
Clients should not need to figure out what provider fits them best, we can do that for them.
2005-02-10 16:13:53 +00:00
Andrew Niefer
b385ee2234
patch from Tanya Wolff
2005-02-10 15:33:59 +00:00
Alain Magloire
ac858eec7c
2005-02-09 Alain Magloire
...
PR 84841: Description of the template in the hover was incorrect.
* src/org/eclipse/cdt/internal/ui/text/TemplateEngine.java
2005-02-09 23:17:43 +00:00
Doug Schaefer
3f424875d3
Get curl to be quiet already...
2005-02-09 22:31:12 +00:00
Doug Schaefer
a95c935ee4
Added debug and managedbuilder tests.
2005-02-09 21:43:26 +00:00
John Camelon
f6efe57c0a
Fix offsets/lengths for ICPPASTLinkageSpecification.
2005-02-09 21:36:06 +00:00
Andrew Niefer
675667f94d
fix 84250, 84705, 84710,
...
expression type for ICPPASTLiteralExpression.lk_this
2005-02-09 21:28:05 +00:00
Doug Schaefer
753fe63759
Really add in the UI tests.
2005-02-09 21:03:05 +00:00
John Camelon
d9c4c2f676
Patch for Devin Steffler.
...
- group the IASTPreprocessorIncludeStatements and everything included by them
- IASTPreprocessorIncludeStatement filter
2005-02-09 21:01:43 +00:00
Doug Schaefer
2b9e8ed503
Adding UI tests to build tests.
2005-02-09 20:24:21 +00:00
John Camelon
be61aaf41a
Add a couple of magic fields to ASTInclusionStatement
2005-02-09 20:02:27 +00:00
John Camelon
b7bc33758c
Patch for Devin Steffler.
...
Add <CLEAR> button to DOM AST View.
2005-02-09 16:26:34 +00:00
John Camelon
460f23dca9
Added comment.
2005-02-09 00:18:19 +00:00
John Camelon
db13892245
Removed never used method from IASTTranslationUnit.
2005-02-08 23:27:29 +00:00
John Camelon
5cd81de8ff
Patch for Devin Steffler.
...
FIXED 84466 - CPPASTCastExpression should implement ICPPASTCastExpression
FIXED 84467 - [C++ Lenghts] IASTTypeIdExpression's length is too short
FIXED 84576 - [C++ Lengths] ICPPASTLinkageSpecification has 0 length
FIXED 84696 - getReferences does not find the bindings of inherited classes
2005-02-08 21:57:31 +00:00
John Camelon
69d98316f4
Fixed Bug 84451 - [Offsets] simple multiple #include throws offsets off
...
Fixed Bug 84356 - [DOM] stdio.h - Location/offsets degrade as parse continues on
2005-02-08 21:42:45 +00:00
Mikhail Khodjaiants
cd55cc5761
Bug 82264: Enhance the Shared Libraries view.
...
Improved detail information.
Save the viewer state.
2005-02-08 21:10:18 +00:00
Andrew Niefer
b72b0dc75f
fix bugs 84679, 84686
2005-02-08 21:08:03 +00:00
Andrew Niefer
d2350bf588
fix bug 84692
2005-02-08 16:56:20 +00:00
John Camelon
e20bdb8813
Pretty printing qualified names.
2005-02-08 14:59:35 +00:00
John Camelon
cc8d114f90
Fixed Bug 84371 - AST problems with ICPPASTQualifiedName ::f
2005-02-08 14:56:05 +00:00
John Camelon
30277a9b62
Patch for Devin Steffler.
...
Further updates to DOM/AST View.
- an implementation for CPPVisitor#getReferences
- updated CVistior#getReferences so that only IASTNames with the same binding AND toString() are returned
2005-02-08 02:14:57 +00:00
John Camelon
66c2e911bf
Fixed JUnits.
2005-02-08 02:05:24 +00:00
John Camelon
2e1c3b3f50
Patch for Devin Steffler. Further updates to the DOM AST View.
...
patch includes:
- problem filter fixed so that it filters problems (and not everything but problems)
- added preprocessor statement filter
2005-02-08 00:44:18 +00:00
Mikhail Khodjaiants
9813808d70
Bug 82264: Enhance the Shared Libraries view.
2005-02-08 00:14:41 +00:00
Mikhail Khodjaiants
37b5f06416
Bug 82264: Enhance the Shared Libraries view. Added the definition of detail pane font.
2005-02-07 23:59:27 +00:00
Mikhail Khodjaiants
4fe2f1e7d8
Bug 82264: Enhance the Shared Libraries view.
2005-02-07 22:50:10 +00:00
Mikhail Khodjaiants
461f0b0ef0
Bug 82264: Enhance the Shared Libraries view. Core support for the Modules view.
2005-02-07 22:49:42 +00:00
Mikhail Khodjaiants
74a096a516
Added images for the "Collapse All" action of the modules view.
2005-02-07 22:31:03 +00:00
John Camelon
2edfe202ea
Fixed Bug 84374 - [Lengths] bad lengths for ICPPASTNewExpression
2005-02-07 21:57:38 +00:00
Andrew Niefer
1362e388a1
fix bug 84615
2005-02-07 20:32:54 +00:00
John Camelon
893ef31135
Fixed Bug 84236 - variable sized array modifiers
2005-02-07 19:10:45 +00:00
John Camelon
3e9fe50bc3
Fixed Bug 84357 - [Offsets] bad offset for ICPPASTPointerToMember
2005-02-07 18:21:27 +00:00
John Camelon
cc0ca12dcf
Fixed Bug 84367 - [Lengths] IASTParameterDeclaration with null named IASTDeclarator has invalid length
2005-02-07 18:13:40 +00:00
John Camelon
c3aceabecc
Fixed Bug 84366 - [Offsets] no offset/length information for IASTEnumerationSpecifier in C++
2005-02-07 17:42:27 +00:00
John Camelon
f1819be172
Fixed 84375 - [Lengths] ICPPASTBaseSpecifier doesn't include the IASTName in its length
2005-02-07 17:26:27 +00:00
John Camelon
649f447a2d
Fixed Bug 84343 - [Offsets] no offset or string info for ICPPASTNamedTypeSpecifier
2005-02-07 17:14:18 +00:00
John Camelon
acc0b10a40
Patch for Devin Steffler.
...
TreeObject.toString() updated.
- pointer information (const, volatile, restrict) is displayed
- IASTCastExpression information on operator is displayed properly (was defaulting to IASTUnaryExpression instead)
2005-02-07 14:36:23 +00:00
John Camelon
0167673957
Patch for Devin Steffler re: DOMAST View.
...
I finally figured out how to refresh the TreeViewer in a manner that will let me determine programmatically what tree nodes to expand.
So now after a refresh, if a treenode has the same offset (via getOffset) and toString() then it is expanded.
2005-02-07 14:11:24 +00:00
Alain Magloire
6c526dff10
Update with the proper PR numbers
2005-02-06 22:16:42 +00:00
Alain Magloire
b941f8c76f
2005-02-016 Alain Magloire
...
PR 84423, Patch from : Tomaszewski Przemek
Added keybinding next/previous(CTRL-SHIFT-UP/DOWN) to from
member to member in the CEditor(PR 84423).
* NEWS
* plugin.properties
* plugin.xml
* 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/ICEditorActionDefinitionIds.java
2005-02-06 20:33:25 +00:00