Doug Schaefer
727f454fa7
Bug 98881 - Added lots of goodies to the search completion to make it more usable.
2005-07-06 15:57:55 +00:00
Alain Magloire
4a917f5a73
2005-07-06 Alain Magloire
...
PR 102789: Add Include dialog typo
* src/org/eclipse/cdt/internal/ui/editor/AddIncludeOnSelectionAction.java
* src/org/eclipse/cdt/internal/ui/editor/CEditorMessages.properties
2005-07-06 15:45:39 +00:00
Alain Magloire
61aa8cb62c
2005-07-06 Alain Magloire
...
PR 102622: OpenIncludeAction improvement, patch from: Robert O'Callahan
* src/org/eclipse/cdt/internal/ui/OpenIncludeAction.java
2005-07-06 14:56:14 +00:00
Alain Magloire
03b2f1de71
2005-07-06 Alain Magloire
...
PR 102619: Performance improvement patch from: Robert O'Callahan
* src/org/eclipse/cdt/ui/CElementContentProvider.java
2005-07-06 14:42:01 +00:00
Alain Magloire
4762d82ac6
compute the events from ContentType changes.
2005-07-06 04:12:21 +00:00
Bogdan Gheorghe
02c0ca6a3c
Fix for 102765: [Search] NPE in NewSearchUI
...
Fix for 102782: BasicSearchMatch doesn't collect parameters
2005-07-06 04:10:11 +00:00
Alain Magloire
67840a34c9
2005-07-05 Alain Magloire
...
Fix for PR 102327: ContentType framework.
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPreferenceBlock.java
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPropertyPage.java
2005-07-06 02:20:05 +00:00
Doug Schaefer
673ff7a988
Bug 98881. Improving support for search in completion.
2005-07-05 20:32:07 +00:00
Bogdan Gheorghe
f04e2ecde3
Clean up for Fix for 101861: NPE in ReferencesSearchGroup which breaks right click in external files
2005-07-05 17:37:24 +00:00
John Camelon
7197ddb46d
Partial fix for Bug 102182 - [F3] Open Declaration on macro not working in particular project
2005-07-04 21:52:01 +00:00
John Camelon
a80f774ac0
Patch for Devin Steffler.
...
Fixed Bug 102429 - Please change Open Declaration / Open Definition key bindings
2005-07-04 16:21:21 +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
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
Bogdan Gheorghe
2829a3708b
Fix for 100656: ArrayIndexOutOfBoundsException in hover
2005-06-28 18:50:11 +00:00
Bogdan Gheorghe
c79f8eb661
Fix for 101903: Junit failures for RC1
2005-06-27 19:13:00 +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
Bogdan Gheorghe
230c1eafb1
Fix for 92935
2005-06-27 01:31:33 +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
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
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
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
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
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
2ecabcefbe
[98336] Added icons for enumerators in the completion proposals.
2005-06-21 20:16:55 +00:00
Bogdan Gheorghe
66e9b4530d
Fix for 100647
2005-06-21 19:54:01 +00:00
Doug Schaefer
229dce01a0
Added support for completion in external files. Also cleaned up the service provider.
2005-06-21 17:06:55 +00:00
John Camelon
63c073e3a0
Cleaned up Open Declarations Action code.
2005-06-21 15:28:05 +00:00
Bogdan Gheorghe
08eb1c00e5
Fix for 100640
...
Fix for 96286
2005-06-20 17:14:04 +00:00
Bogdan Gheorghe
e2daf28d35
Fix for 99868
2005-06-17 02:00:54 +00:00
David Inglis
a921b87b6f
further fix for 95556
2005-06-16 23:56:57 +00:00
John Camelon
4da0ae86ac
Removing preferences for markers.
2005-06-16 15:21:36 +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
Bogdan Gheorghe
3eb94cf34a
Fix for Bug 100191
2005-06-15 21:51:29 +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
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
David Inglis
4118b748e8
fixed bug #99806
2005-06-14 15:49:26 +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
Bogdan Gheorghe
37337c303a
CTag Indexer - patch to index include path
...
Clean up of deprecated search UI
2005-06-13 05:21:49 +00:00
Doug Schaefer
0ae1e54512
Derandomized the order of the indexers in the IndexerBlock combo.
2005-06-10 18:00:03 +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