1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 08:46:02 +02:00
Commit graph

7397 commits

Author SHA1 Message Date
Doug Schaefer
46820f299a Make sure we at least get the icons into the build testing feature. We'll try to get the source in this way as well. 2005-02-15 22:06:04 +00:00
Mikhail Khodjaiants
2713cb877e Bug 82264: Enhance the Shared Libraries view. The "Load Symbols For All" action is added to the Modules view. 2005-02-15 21:44:45 +00:00
Mikhail Khodjaiants
3a45c6790d Bug 82264: Enhance the Shared Libraries view. The Modules view's doesn't update labels when symbols are loaded. 2005-02-15 20:53:03 +00:00
Mikhail Khodjaiants
0e6c24fc42 Bug 82264: Enhance the Shared Libraries view. Support for the symbols loading operations. 2005-02-15 20:49:24 +00:00
Andrew Niefer
87ca6fed25 more c++ pointers to members 2005-02-15 19:50:13 +00:00
John Camelon
c20e7686d9 Removing queryIsTypeName() from controlling the parse. 2005-02-15 19:18:27 +00:00
Alain Magloire
db7c82e88b 2005-02-15 Alain Magloire
Fix PR 82856
	* src/org/eclipse/cdt/internal/ui/editor/ExternalSearchAnnotationModel.java
	* src/org/eclipse/cdt/internal/ui/editor/ExternalSearchDocumentProvider.java
	* src/org/eclipse/cdt/internal/ui/editor/ExternalSearchEditor.java
	* src/org/eclipse/cdt/internal/ui/editor/ExternalSearchFile.java
	* src/org/eclipse/cdt/internal/ui/preferences/CSearchPreferencePage.java
2005-02-15 18:07:45 +00:00
Alain Magloire
4ed8244b5c 2005-02-15 Alain Magloire
Fix PR 82856
	* model/org/eclipse/cdt/core/model/IDeclaration.java
	* model/org/eclipse/cdt/core/model/IMacro.java
	* model/org/eclipse/cdt/core/model/IMember.java
	* model/org/eclipse/cdt/core/model/IMethod.java
	* model/org/eclipse/cdt/core/model/INamespace.java
	* model/org/eclipse/cdt/core/model/IStructure.java
	* model/org/eclipse/cdt/core/model/IVariable.java
	* model/org/eclipse/cdt/core/model/IVariableDeclaration.java
2005-02-15 18:06:02 +00:00
John Camelon
98145350e0 Fixed Bug 85049 - [Parser2] B * bp; declaration parsed as binary expression. 2005-02-15 17:00:30 +00:00
Mikhail Khodjaiants
b9cfea60b3 Bug 82264: Enhance the Shared Libraries view. New images for the "Load Symbols" action. 2005-02-15 05:09:46 +00:00
Mikhail Khodjaiants
30f8084e4f Bug 82264: Enhance the Shared Libraries view. Added the "Load Symbols" action. 2005-02-15 04:01:19 +00:00
Mikhail Khodjaiants
4a8913dad8 Bug 82264: Enhance the Shared Libraries view. Support for the symbols loading operations. 2005-02-15 03:56:47 +00:00
Mikhail Khodjaiants
ff7b845bec Bug 82264: Enhance the Shared Libraries view. Implementing module's properties. 2005-02-15 03:09:50 +00:00
Mikhail Khodjaiants
31ac25cbd5 Bug 82264: Enhance the Shared Libraries view. Support for the symbols loading operations. 2005-02-15 03:07:21 +00:00
Alain Magloire
9f7e8208ec 2005-02-14 Alain Magloire
Fix from Javier Kohen PR 69157
	* src/org/eclipse/cdt/internal/ui/editor/CEditorMessages.properties
2005-02-15 00:37:25 +00:00
Vladimir Hirsl
0b009bab25 Per file scanner configuration discovery profile. Added per file collector persistency and updated per project collector's persistency. 2005-02-14 22:21:47 +00:00
Alain Magloire
6454a1704f the method should be static 2005-02-14 22:09:49 +00:00
Alain Magloire
073c4f893f 2005-02-14 Alain Magloire
Part of 79596
	* model/org/eclipse/cdt/core/model/CoreModel.java
	* 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-14 22:00:20 +00:00
Andrew Niefer
ebdeb763c8 get declarations for C++ 2005-02-14 21:28:46 +00:00
John Camelon
8564247303 Applied patch for Andrew Niefer.
CPPSemantics#findTypeBinding() will help us resolve ambiguities.
2005-02-14 20:20:39 +00:00
Andrew Niefer
b9742041fa -Pointer to Members
-refactor getContainingScope and getContainingBlockItem to use less recursion
2005-02-14 19:36:32 +00:00
Mikhail Khodjaiants
0db65d300f Bug 82264: Enhance the Shared Libraries view. Implementing module's properties. 2005-02-14 18:17:45 +00:00
Alain Magloire
6aa0d47d52 2005-02-14 Alain Magloire
Fix for PR 84640, do the folding at the start of the ID
	so code like this
	 static int
	 foo () {
	 }
	will start the folding on "foo" and not on "static int"
	* src/org/eclipse/cdt/internal/ui/text/folding/DefaultCFoldingStructureProvider.java
2005-02-14 17:30:16 +00:00
Mikhail Khodjaiants
6bb8abd4e9 Bug 82264: Enhance the Shared Libraries view. Implementing module's properties. 2005-02-12 00:09:10 +00:00
Mikhail Khodjaiants
e1e52bf692 Bug 82264: Enhance the Shared Libraries view. Added new "getCPU" method to ICModule. 2005-02-12 00:04:59 +00:00
Andrew Niefer
3166aa1864 fix bug 84469 - visiting names in pointers to members 2005-02-11 21:41:24 +00:00
John Camelon
d77e74d43e Format. 2005-02-11 20:02:02 +00:00
John Camelon
0c4f633ecc Fixing a couple of locations. 2005-02-11 19:56:30 +00:00
Andrew Niefer
ad34c22138 fix bug 84703 2005-02-11 19:35:15 +00:00
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