David Inglis
a921b87b6f
further fix for 95556
2005-06-16 23:56:57 +00:00
Vladimir Hirsl
51203a09e7
Fix for PR 99433: [Search] Return parms not part of qualification matching. Function/methos parameters are now used as a part of search pattern.
2005-06-16 19:55:34 +00:00
John Camelon
e6211fb710
Removed.
2005-06-16 18:49:45 +00:00
John Camelon
1b6e13f52d
Fixed Bug 100408 [ProblemBinding] invalid ProblemBinding on (x)*3;
2005-06-16 17:35:34 +00:00
John Camelon
4da0ae86ac
Removing preferences for markers.
2005-06-16 15:21:36 +00:00
Andrew Niefer
acffd42977
update tests that were fixed
2005-06-16 14:48:28 +00:00
Bogdan Gheorghe
7026a99e32
Fix for NPE in IndexerTypesJob2
...
Patch for Dave Daoust - change Var encoding in index
Test refactoring
2005-06-16 03:47:39 +00:00
Andrew Niefer
71ecce9bed
- implement getConstructors for class templates and their instantiations
...
- fix bugs 99254, 99258
- fix NPE & ClassCastException
2005-06-15 22:29:38 +00:00
Bogdan Gheorghe
3eb94cf34a
Fix for Bug 100191
2005-06-15 21:51:29 +00:00
John Camelon
bed6b31350
Fixed hierarchy view.
2005-06-15 20:37:52 +00:00
John Camelon
7e9281e310
Workarounds to keep get type cache dependent features working.
...
Open Type & Class Browser now work with both CTags & Full Indexing.
2005-06-15 19:04:18 +00:00
Bogdan Gheorghe
9423b0371d
Added get file id to IQueryResult
2005-06-15 05:18:02 +00:00
Bogdan Gheorghe
0d6a37aebe
Fix for 93788: CTags indexer should index the include path
2005-06-15 05:14:32 +00:00
Bogdan Gheorghe
a81f74c376
Fix for 100064
2005-06-14 21:13:39 +00:00
Bogdan Gheorghe
fae118c182
Patch for Dave Daoust: Fixes up the string demangling in IEntryResult + IndexerView
2005-06-14 19:52:17 +00:00
David Inglis
4118b748e8
fixed bug #99806
2005-06-14 15:49:26 +00:00
Bogdan Gheorghe
2e043c84e6
NPE Fix
2005-06-14 15:25:04 +00:00
John Camelon
ab72dd450e
Warnings warnings warnings.
2005-06-14 14:56:14 +00:00
David Inglis
2dc9421f24
fixed bug#94702
2005-06-14 14:39:43 +00:00
Bogdan Gheorghe
d8a971aedb
Added full qualfications to BasicSearchMatch
...
Cleaned up some dead search code
2005-06-14 05:56:50 +00:00
Bogdan Gheorghe
35cc111224
Fix for 99536 : Remove Original Source Indexer
...
Refactored DOM Indexer
Fix for 93571 : Indexer causes deadlock in org.eclipse.cdt.ui.tests AutomatedSuite
2005-06-13 23:51:52 +00:00
Andrew Niefer
5122fa3417
95220
2005-06-13 19:00:50 +00:00
Andrew Niefer
72278f3ec9
bug 98960
2005-06-13 18:14:10 +00:00
Bogdan Gheorghe
37337c303a
CTag Indexer - patch to index include path
...
Clean up of deprecated search UI
2005-06-13 05:21:49 +00:00
Andrew Niefer
60bb3058a1
fix bug 99256 - allow anonymous structures
...
Patch from Devin Steffler for bug 99262 - __null builtin
2005-06-10 18:46:10 +00:00
Doug Schaefer
0ae1e54512
Derandomized the order of the indexers in the IndexerBlock combo.
2005-06-10 18:00:03 +00:00
Alain Magloire
80568601e7
2005-06-08 Alain Magloire
...
Attempt to fix PR 97554
* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
2005-06-10 04:50:57 +00:00
Doug Schaefer
967a5b1d91
Made the DOM Indexer the default and put in better names for the indexers.
2005-06-10 03:13:25 +00:00
Doug Schaefer
676745b0e6
Cleaned up the Completion UI and made the new Completion processor the defacto processor.
2005-06-10 02:26:35 +00:00
Alain Magloire
b8ac16b660
2005-06-08 Alain Magloire
...
Fix PR 98846
* src/org/eclipse/cdt/internal/ui/util/ResourceTOItemsMapper.java
2005-06-10 02:00:21 +00:00
Alain Magloire
9d93120804
bailout early
2005-06-10 00:55:34 +00:00
Andrew Niefer
10213ebf8a
fix for anonymous structures
2005-06-09 20:45:05 +00:00
Andrew Niefer
8e3e261e91
fix problem with sets overloaded operators not having ambiguities resolved
2005-06-09 19:55:30 +00:00
Andrew Niefer
46d3f69877
fix bug 98818: distributed namespaces
2005-06-09 19:18:53 +00:00
Alain Magloire
ac6c8db915
2005-06-08 Alain Magloire
...
Move to the IContentTypeManager framework: PR 86645
* src.org.eclipse/cdt/ui/tests/DOMAST/DOMAST.java
2005-06-09 16:07:10 +00:00
Alain Magloire
18d3837fe0
2005-06-08 Alain Magloire
...
Move to the IContentTypeManager framework: PR 86645
* src/org/eclipse/cdt/internal/ui/CFileElementWorkingCopy.java
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
+ src/org/eclipse/cdt/internal/ui/preferences/CFileTypeAssociation.java
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypeDialog.java
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPreferenceBlock.java
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPreferencePage.java
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPropertyPage.java
* src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties
* src/org/eclipse/cdt/internal/ui/text/CFormattingStrategy.java
* src/org/eclipse/cdt/internal/ui/text/contentassist/SearchCompletionContributor.java
* plugin.xml
2005-06-09 16:06:54 +00:00
Alain Magloire
579397f2af
2005-06-08 Alain Magloire
...
Remove the ResolverModelTest
- misc/org/eclipse/cdt/core/filetype/tests/ResolverTeste.java
- suite/org/eclipse/cdt/core/suite/AutomatedIntegrationSuite.java
2005-06-09 16:06:23 +00:00
Alain Magloire
f441ff3778
2005-06-08 Alain Magloire
...
Move to the IContentTypeManager framework: PR 86645
* index/org/eclipse/cdt/internal/core/index/sourceindexer/AbstractIndexer.java
* index/org/eclipse/cdt/internal/core/index/sourceindexer/AddFileToIndex.java
* index/org/eclipse/cdt/internal/core/index/sourceindexer/AddFolderToIndex.java
* index/org/eclipse/cdt/internal/core/index/sourceindexer/SourceIndexerRequestor.java
* model/org/eclipse/cdt/core/model/CoreModel.java
* model/org/eclipse/cdt/core/model/ITranslationUnit.java
* model/org/eclipse/cdt/internal/core/model/CContainer.java
* model/org/eclipse/cdt/internal/core/model/CModelManager.java
+ model/org/eclipse/cdt/internal/core/model/ContentTypeProcessor.java
* model/org/eclipse/cdt/internal/core/model/CreateWorkingCopyOperation.java
* model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java
* model/org/eclipse/cdt/internal/core/model/ExternalTranslationUnit.java
* model/org/eclipse/cdt/internal/core/model/IncludeReference.java
* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
- model/org/eclipse/cdt/internal/core/model/ResolverProcessor.java
* model/org/eclipse/cdt/internal/core/model/TranslationUnit.java
* model/org/eclipse/cdt/internal/core/model/WorkingCopy.java
* plugin.xml
- schema/CFileType.exsd
- schema//CFileTypeAssociation.exsd
- template/cpp_headers
* search/org/eclipse/cdt/core/search
* src/org/eclipse/cdt/core/CCorePlugin.java
- src/org/eclipse/cdt/core/filetype/*
- src/org/eclipse/cdt/core/internal/filetype/*
2005-06-09 16:06:09 +00:00
Andrew Niefer
2e56e1ed70
Fix qualification ranking problem
2005-06-08 22:02:49 +00:00
Andrew Niefer
f875db0ab0
fix bug 98998 (ClassCastException). Also fix ArrayIndexOutOfBounds Exceptions
2005-06-08 20:33:06 +00:00
Andrew Niefer
4fd7b386b2
bug 98760
2005-06-08 18:44:41 +00:00
Vladimir Hirsl
04cd3adec5
Discovered path container wizard page now properly displays per file scanner info.
...
Fixed couple of NPEs.
2005-06-08 17:55:02 +00:00
Andrew Niefer
6461cf1c92
fix bug 98784
2005-06-08 15:58:40 +00:00
Andrew Niefer
164b25ecae
fix bug 98961 (ClassCastException)
2005-06-08 15:46:00 +00:00
Andrew Niefer
d3db562481
Fixing ClassCastExceptions, NPE's && ArrayIndexOutOfBounds, includes bug 98704
2005-06-08 14:24:54 +00:00
Vladimir Hirsl
6e8ba9eebb
Fix for a problem with DOM indexer, where external header files in translation unit's inclusion tree were not visited.
...
Optimization from Dave; skipping declarations in already visited external headers.
2005-06-07 20:40:23 +00:00
Alain Magloire
3d2fcb3aa4
2005-06-07 Alain Magloire
...
Patch form Chris Recoskie to provide an ID to the wizard.
* src/org/eclipse/cdt/ui/wizards/NewCProjectWizardPage.java
2005-06-07 20:25:06 +00:00
John Camelon
7d1631e8ef
Fixed Bug 98806 - selectNodeForLocation fails after typename
2005-06-07 20:20:46 +00:00
Bogdan Gheorghe
f20ffd5b51
Fix for 92296 (Source Indexer doesn't encode definitions)
...
Fix fo 92628 (Definitions missing in new Search Engine)
Got rid of FWD_CLASS, FWD_STRUCT and FWD_UNION encodings (updated all 3 indexers)
Updated Indexer View (got rid of FWD declarations)
2005-06-07 17:48:18 +00:00
Vladimir Hirsl
2290223ab3
Fix for NPE in DOMSourceIndexerRunner.AddMarkerProblem.run().
...
Possible fix for PR 98571: Multiple "Starter.exe" and "cygpath.exe" when launch IDE
2005-06-06 20:22:51 +00:00