1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

1417 commits

Author SHA1 Message Date
Alain Magloire
41d098da72 2005-08-27 Alain Magloire
Fix PR 108206: Do not use the UI thread when parsing
	the working copy for the outliner.
	* src/org/eclipse/cdt/internal/ui/CElementAdapterFactory.java
	* src/org/eclipse/cdt/internal/ui/DeferredCWorkbenchAdapter.java
	* src/org/eclipse/cdt/internal/ui/editor/CContentOutlinePage.java
	* src/org/eclipse/cdt/internal/ui/editor/CContentOutlineProvider.java
2005-08-27 22:50:52 +00:00
Alain Magloire
a43ab33c8c 2005-08-27 Alain Magloire
Fix PR 108205: limit the number of refresh by ignoring WorkingCopies events.
	* src/org/eclipse/cdt/ui/CElementContentProvider.java
2005-08-27 22:46:56 +00:00
Alain Magloire
09fcd6ef44 2005-08-20 Alain Magloire
Fix PR 105613:  Preview label duplicated
	* src/org/eclipse/cdt/internal/ui/preferences/CTemplatePreferencePage.java
2005-08-21 03:30:49 +00:00
Alain Magloire
b1afdc1ddd 2005-08-20 Alain Magloire
Fix for PR 106540: Link with editor did not work correctly for non C resources.
	* src/org/eclipse/cdt/internal/ui/cview/CView.java
2005-08-21 03:01:41 +00:00
Alain Magloire
ef4e5c166a 2005-08-20 Alain Magloire
Fix PR 86802 106911 87497 : Assembly editor fixes.
	* src/org/eclipse/cdt/internal/ui/editor/asm/ASMEditorActionContributor.java
	* src/org/eclipse/cdt/internal/ui/editor/asm/AsmSourceViewerConfiguration.java
	* src/org/eclipse/cdt/internal/ui/editor/asm/AsmTextEditor.java
	* plugin.xml
2005-08-21 02:48:27 +00:00
Chris Wiebe
7c7f60df97 2005-08-09 Chris Wiebe
Fix bug# 106564: platform keybindings
	plugin.xml
2005-08-09 21:25:36 +00:00
Alain Magloire
ecce7764c9 2005-08-08 Alain Magloire
Fix PR 106340: ArrayOutOfBoundException
	* src/org/eclipse/cdt/internal/ui/actions/GoToNextPreviousMemberAction.java
2005-08-08 16:23:42 +00:00
Doug Schaefer
37216cd824 [105915] Updates to fix up the ISV docs 2005-08-05 15:20:45 +00:00
Doug Schaefer
08367e21b0 Patch for Devin: Fix for 105220 and friends. 2005-08-04 13:50:51 +00:00
David Inglis
546a228e85 fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=102195 2005-08-02 15:53:05 +00:00
Alain Magloire
a61bb7af39 Disable Type Hierarchy 2005-07-29 19:28:53 +00:00
David Inglis
ceb1591cf9 fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=102195 2005-07-28 14:26:15 +00:00
Bogdan Gheorghe
888428b1fa User Docs for indexer
Take out "Add to index menu item"
2005-07-27 20:03:26 +00:00
Doug Schaefer
13211bd14e More fun with EPL. I think we have all Java files compliant now. 2005-07-22 14:55:56 +00:00
Alain Magloire
78a4a96e57 Fix copyright 2005-07-22 03:32:01 +00:00
John Camelon
3464d93dee Patch for Devin Steffler.
Fixed Bug 104128 - Selection Search from CView doesn't work
2005-07-21 23:23:26 +00:00
Chris Wiebe
1c3ede2638 2005-07-21 Chris Wiebe
Fix PR 104442
	* src/org/eclipse/cdt/internal/ui/text/FastCPartitionScanner.java
2005-07-20 23:35:04 +00:00
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