John Camelon
9f3f21f55d
Patch for Devin Steffler.
...
Fixed Bug 104532 opening an #included header file from the outline view does not work with linked folders
2005-07-20 19:28:57 +00:00
Andrew Niefer
ad2b990865
fix bug 104506: StringIndexOutOfBoundsException
2005-07-20 15:13:57 +00:00
Doug Schaefer
028d21cfd8
Bug 103857 - Limited the search to exclude fields and methods since they usually have a more limited scope (really only want global only). Also fixed up the keyword contributor to work when there is no completion node.
2005-07-19 17:34:38 +00:00
Doug Schaefer
6de6572a5a
Bug 88796 - Refactored keyword completion into separate contributor. Added some of the missing keywords and made the keywords language specific for c versus c++.
2005-07-19 15:40:28 +00:00
John Camelon
08278a1193
Patch for Devin Steffler.
...
Fixed Bug 103697 - Open Definition/Declaration on files in linked folders open a new editor
2005-07-18 23:47:30 +00:00
Alain Magloire
d896048b89
2005-07-09 Alain Magloire
...
Fix PR 102324: Fire event in the property page for change contentType
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPreferenceBlock.java
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPropertyPage.java
2005-07-17 02:46:04 +00:00
Bogdan Gheorghe
54101f2441
Fix for 74425: [Search] C/C++ Search missing Enclosing Project scope
...
Fix for 102926: Turning on index includes in ctags property page does nothing
Fix for 102927: Add menu item to force reindex.
2005-07-16 05:04:23 +00:00
John Camelon
678a2355b2
Set Visibility of nested class members to public to help our friends in zOS.
2005-07-14 13:15:59 +00:00
John Camelon
6b4de43eeb
Removed warnings.
...
Set Visibility of nested class to protected to help our friends in zOS.
2005-07-14 01:51:41 +00:00
Bogdan Gheorghe
2f5b010e80
Fix for 70137: Cannot use context-search at template member definition
2005-07-13 20:12:35 +00:00
Doug Schaefer
66af49f629
Bug 102913 - Check for null workingCopy during completions which happens when you open an external file.
2005-07-13 20:06:55 +00:00
John Camelon
0caa2a5bd5
Patch for Devin Steffler.
...
Fixed Bug 103323 NPE caused by DOMSearchUtil#getSearchPattern() when IASTName is null
2005-07-13 19:56:39 +00:00
Andrew Niefer
f728c43a2b
undo my previous accidental checkin
2005-07-13 18:11:00 +00:00
Andrew Niefer
bbbb57bd53
fix bug 103578
2005-07-13 18:03:30 +00:00
Bogdan Gheorghe
eb486d9b9a
Fix for 103318: All References search is disabled
2005-07-13 15:04:19 +00:00
Alain Magloire
e83262eb3d
Was using the wrong store
2005-07-11 14:24:47 +00:00
John Camelon
ded13023be
Made Open Include Action protected so that a subclass can override it.
...
(Allows for use w/remote resources).
2005-07-11 13:18:34 +00:00
Alain Magloire
71be8a0ded
Remove unused local variable
2005-07-11 01:16:41 +00:00
Alain Magloire
1a6f864996
2005-07-09 Alain Magloire
...
Fix PR 97963
* src/org/eclipse/cdt/internal/ui/preferences/CEditorPreferncePage.java
+ src/org/eclipse/cdt/internal/ui/preferences/PreviewSourceViewer.java
2005-07-10 23:43:05 +00:00
Alain Magloire
e7a70d2d22
2005-07-09 Alain Magloire
...
Fix PR 90419
* src/org/eclipse/cdt/internal/coreext/util/CodeFormatterUtil.java
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
* src/org/eclipse/cdt/internal/ui/preferences/CEditorPreferencePage.java
* src/org/eclipse/cdt/internal/ui/text/CSourceViewerConfiguration.java
2005-07-10 03:44:55 +00:00
Alain Magloire
f4e8db7930
2005-07-08 Alain Magloire
...
Fix for the CFileType UI
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPreferenceBlock.java
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPropertyPage.java
2005-07-08 21:31:57 +00:00
Bogdan Gheorghe
597791a3c7
Fix for 93127: [Search] we do not have an icon for searching for labels
...
Fix for 99161: Open Declaration's CSearchScope takes too long to create
2005-07-08 20:57:48 +00:00
Doug Schaefer
a843eb1350
PR 9881 - Final steps to enable search scope properly on the project scope. Also fixed up varargs in the DOM contributor to eliminate duplicates.
2005-07-08 15:02:11 +00:00
Doug Schaefer
856008f63f
Bug 98881 - Turned on auto activation for completion.
2005-07-07 19:08:29 +00:00
Bogdan Gheorghe
c1c91403c4
Patch for Devin Steffler: Fix for Bug 102182 ([F3] Open Declaration on macro not working in particular project)
2005-07-07 18:40:02 +00:00
Bogdan Gheorghe
5e641d7377
Fix for 102066: macro definitions should be found via Search with Declarations
2005-07-07 15:22:03 +00:00
Doug Schaefer
85294104b3
PR 98765 - removing duplicates from proposal list.
2005-07-06 20:11:34 +00:00
Doug Schaefer
e653b13ea5
Bug 98881 - Added lots of goodies to the search completion to make it more usable. Put the void back in the DOM indexer/no params case. Really trying to remove duplicates more than anything which is 98765.
2005-07-06 19:53:48 +00:00
Doug Schaefer
46807db5b9
Bug 98881 - Added lots of goodies to the search completion to make it more usable. Put the void back in the DOM indexer/no params case. Really trying to remove duplicates more than anything which is 98765.
2005-07-06 19:52:16 +00:00
Vladimir Hirsl
6783d23fa3
Disabled Add Folder/File button in CPathIncludeSymbolEntryPerFilePage.
2005-07-06 17:53:50 +00:00
Alain Magloire
957665c172
2005-07-06 Alain Magloire
...
Fix PR 99130: no leading underscore in the guard header name
* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewSourceFIleGenerator.java
2005-07-06 17:42:22 +00:00
Doug Schaefer
e8f0d1c55e
Bug 98881 - Added lots of goodies to the search completion to make it more usable. Also fixed up the DOM indexer to record varargs.
2005-07-06 17:11:07 +00:00
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