Bogdan Gheorghe
0d77c8e7e2
Fix for 97281: [CTags Indexer] requires the project to be closed/opened to work
2005-06-30 16:07:38 +00:00
Alain Magloire
fa4497f2fa
2005-06-29 Alain Magloire
...
Fix for PR 102174 patch from Johane Woo.
* utils/org/eclipse/cdt/utils/spawner/EnvironmentReader.java
2005-06-30 02:57:35 +00:00
Alain Magloire
7161893f55
2005-06-29 Alain Magloire
...
Fix PR 102159: NPE in the referencesSearchGroup: fillcontextMenu.
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
* src/org/eclipse/cdt/internal/ui/search/actions/ReferencesSearchGroup.java
2005-06-30 02:36:00 +00:00
Alain Magloire
14a8034c5b
2005-06-29 Alain Magloire
...
Patch From Chris Wiebe fix PR 101386
* utils/org/eclipse/cdt/utils/macho/MachO.java
2005-06-29 16:29:48 +00:00
Bogdan Gheorghe
4c2bd01885
Fix for 94434: [SearchEngine] returns typedef as a definition for C++
2005-06-29 15:58:51 +00:00
John Camelon
6314ff0d79
Fixed Bug 97967 - [Locations] Problems involving offsets in tu which has ExtendedScannerInfo
2005-06-29 15:55:41 +00:00
John Camelon
295e397a5a
Patch for Devin Steffler.
...
Fixed Bug 101287 'find decl/defn' navigation not working using ctags indexer & no ScannerInfo
2005-06-28 20:35:54 +00:00
Andrew Niefer
d2dce4a297
fix ClassCastExceptions (bug 101872)
2005-06-28 20:33:41 +00:00
Bogdan Gheorghe
e11007b7c0
Added indexed file count to Indexer View Info Dialog
2005-06-28 19:46:40 +00:00
Bogdan Gheorghe
2829a3708b
Fix for 100656: ArrayIndexOutOfBoundsException in hover
2005-06-28 18:50:11 +00:00
John Camelon
371443e780
Add failing test (commented out).
2005-06-28 18:35:07 +00:00
Andrew Niefer
0c76ed8894
fix bug 90609 : lookup of names used in friend declaration
2005-06-28 17:59:27 +00:00
John Camelon
af0f510c86
Fixed Bug 101910 - Non deterministic JUnit failures in DOMLocationInclusionTests
2005-06-28 14:47:11 +00:00
John Camelon
504759ff91
Patch for Devin Steffler.
...
Bug 100104 - NPE during failing KnR declarator which has consumed too much
2005-06-28 01:34:07 +00:00
John Camelon
e931e4a547
Fixed Bug 101875 - [Navigation] Offsets wrong if header files do not have a trailing new-line
2005-06-27 19:16:06 +00:00
Bogdan Gheorghe
c79f8eb661
Fix for 101903: Junit failures for RC1
2005-06-27 19:13:00 +00:00
Andrew Niefer
d30c9cee80
fix bug 100403 qualified names in class member declarations
2005-06-27 18:52:29 +00:00
Doug Schaefer
0f7bebac8d
EPL'ing the CDT.
2005-06-27 12:17:23 +00:00
Doug Schaefer
2fd25239b8
EPL'ing the CDT.
2005-06-27 03:46:51 +00:00
Bogdan Gheorghe
978d14030d
Partial Fix for 101287
2005-06-27 03:30:45 +00:00
Vladimir Hirsl
486931b62c
Fix for 101344: problem markers are not being removed from header files
...
Fixed removing indexer problem markers originally created by indexing header files not included by any source files.
2005-06-27 03:26:53 +00:00
Bogdan Gheorghe
230c1eafb1
Fix for 92935
2005-06-27 01:31:33 +00:00
Alain Magloire
59725982d0
2005-06-25 Alain Magloire
...
Fix PR 91069: BinaryRunner search improvements from Chris Wiebe.
* model/org/eclipse/cdt/internal/core/model/BinaryRunner.java
2005-06-25 19:33:42 +00:00
Alain Magloire
bccae53f03
2005-06-25 Alain Magloire
...
Fix PR 98458: extra semicolon in namespace wizard class.
* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCodeGenerator.java
2005-06-25 17:07:13 +00:00
Alain Magloire
732810e8ec
2005-06-25 Alain Magloire
...
Fix for PR 98788: Templates
* src/org/eclipse/cdt/internal/ui/viewsupport/CElementImageProvider.java
2005-06-25 16:42:51 +00:00
Alain Magloire
1252d8004a
2005-06-25 Alain Magloire
...
PR 98788: Templates
* model/org/eclipse/cdt/core/model/tests/CModleElementsTests.java
* model/org/eclipse/cdt/core/model/tests/ITemplateTests.java
* model/org/eclipse/cdt/core/model/tests/StructureCModelElementsTests.java
* model/org/eclipse/cdt/core/model/tests/StructuralTemplateTests.java
2005-06-25 16:42:39 +00:00
Alain Magloire
dd2d2f9a52
2005-06-25 Alain Magloire
...
Fix PR 98788: Dealing with templates
* model/org/eclipse/cdt/core/model/ICElement.java
+ model/org/eclipse/cdt/core/model/IFunctionTemplate.java
+ model/org/eclipse/cdt/core/model/IFunctionTemplateDeclaration.java
+ model/org/eclipse/cdt/core/model/IMethodTemplate.java
+ model/org/eclipse/cdt/core/model/IMethodTemplateDeclaration.java
+ model/org/eclipse/cdt/core/model/IStructureTemplate.java
+ model/org/eclipse/cdt/core/model/IStructureTemplateDeclaration.java
* model/org/eclipse/cdt/core/model/ITemplate.java
* model/org/eclipse/cdt/internal/core/model/CModelBuilder.java
* model/org/eclipse/cdt/internal/core/model/Funtion.java
* model/org/eclipse/cdt/internal/core/model/FunctionTemplate.java
* model/org/eclipse/cdt/internal/core/model/Method.java
* model/org/eclipse/cdt/internal/core/model/MethodTemplate.java
+ model/org/eclipse/cdt/internal/core/model/MethodTemplateDeclaration.java
* model/org/eclipse/cdt/internal/core/model/StructureTemplate.java
+ model/org/eclipse/cdt/internal/core/model/StructureTemplateDeclaration.java
* model/org/eclipse/cdt/internal/core/model/Template.java
2005-06-25 16:42:26 +00:00
Andrew Niefer
a0dd64276b
changes to help reduce the number of arrays used in resolving bindings
2005-06-24 21:05:28 +00:00
Bogdan Gheorghe
9688b97f43
Fix for 101711 : Dependency Tests failing on Linux
2005-06-24 20:48:35 +00:00
John Camelon
14c4a4fb50
Patch for Devin Steffler.
...
Fixed Bug 100947 [BaseScanner] empty string for 91086 fix can create a bad key for the CodeReaderCache
2005-06-24 17:55:37 +00:00
John Camelon
c7701325e4
Patch for Devin Steffler.
...
FIXED 100858- New C++ Class wizard creates broken code and adds an include to the project to compensate
FIXED 101133- [New Class Wizard] appends included paths to the projects path indefinitely
2005-06-23 20:13:00 +00:00
Andrew Niefer
f51b36a2c8
fix ClassCastException: Bug 101269: Traceback indexing QT application
2005-06-23 19:32:53 +00:00
Doug Schaefer
9d761485f0
Turned off the test info provider for finding function matches. This has been killing us trying to test content assist.
2005-06-23 19:30:42 +00:00
Andrew Niefer
b5d98c79f4
fix bug 101384: NPE in parser
2005-06-23 17:56:13 +00:00
Andrew Niefer
cbd0d0ef66
fix bug 86688 - friend declaration in local class
2005-06-23 17:36:30 +00:00
David Inglis
cf09e84a32
CPL to EPL transistion - license header update for IBM
2005-06-23 16:02:46 +00:00
David Inglis
92cae3205a
CPL to EPL transistion - license header update for QNX
2005-06-23 16:01:26 +00:00
Doug Schaefer
e470be8631
EPL'ing the CDT.
2005-06-23 14:44:35 +00:00
Bogdan Gheorghe
f809cd9fcd
Added ability to specify which CTags you want the CTags indexer to use
2005-06-23 04:48:11 +00:00
Vladimir Hirsl
e28ba5192f
Fix for PR 93573: "[Indexer] endl references are not added to the DOM index"
...
Fixed different encoding of functions references vs. declarations in the index.
Applied Devin's patch for PR 101114: "[AST Util] Inconsistent string representation of IType elements" with slight modifications.
Modified JUnit tests accordingly.
2005-06-22 21:10:11 +00:00
Andrew Niefer
828b704126
fix bug 101334:resolvePrefix - unqualified name not found when using namespace directive
2005-06-22 21:04:23 +00:00
Andrew Niefer
a857f47641
fix bug 100415: conversion to void * and qualification conversions
2005-06-22 19:44:04 +00:00
John Camelon
15ddfc4c44
Patch for Devin Steffler.
...
Fixed Bug 99421 [Open Declaration/Definition] [NPE] caused by external file
2005-06-22 19:28:14 +00:00
Doug Schaefer
fa843ff2ed
[77233] Fixed up assist in ambiguous declarator case, I guess...
2005-06-22 19:16:11 +00:00
Doug Schaefer
6480af5085
[72403] Added support for EOC in try blocks and catch handler decls.
2005-06-22 18:56:46 +00:00
Andrew Niefer
4f02892654
fix bug 84478: declarations inside conditions
2005-06-22 18:54:13 +00:00
Alain Magloire
6d31e93f68
2005-06-22 Alain Magloire
...
Fix PR 99668 from Craig Watson.
* src/org/eclipse/cdt/internal/ui/cview/CViewContentProvider.java
2005-06-22 18:50:26 +00:00
John Camelon
f964f14e19
Fixed Bug 84478 [C++ Parser] does not support declarations inside while condition
2005-06-22 15:56:14 +00:00
Alain Magloire
4feef1ec43
2005-06-22 Alain Magloire
...
Fix PR 100263 from Devin.
* src/org/eclipse/cdt/internal/ui/preferences/PrefrencesMessages.properties
2005-06-22 14:41:27 +00:00
Doug Schaefer
97d4baa3e7
[95766] Added handling of completions in bracketed expressions in C.
2005-06-21 21:14:56 +00:00