Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 73945 Details for
Bug 147781
[content assist] Ctrl+Shift+Space does not use proposal kinds settings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix
patch.txt (text/plain), 1.12 KB, created by
Dani Megert
on 2007-07-17 09:48:49 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Dani Megert
Created:
2007-07-17 09:48:49 EDT
Size:
1.12 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.ui >Index: ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalCategory.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalCategory.java,v >retrieving revision 1.13 >diff -u -r1.13 CompletionProposalCategory.java >--- ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalCategory.java 29 Jun 2007 08:06:44 -0000 1.13 >+++ ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalCategory.java 17 Jul 2007 08:01:37 -0000 >@@ -287,7 +287,7 @@ > List descriptors= new ArrayList(fRegistry.getProposalComputerDescriptors(partition)); > for (Iterator it= descriptors.iterator(); it.hasNext();) { > CompletionProposalComputerDescriptor desc= (CompletionProposalComputerDescriptor) it.next(); >- if (desc.getCategory() == this) >+ if (desc.getCategory() == this && (isIncluded() || isSeparateCommand())) > result.addAll(desc.computeContextInformation(context, monitor)); > if (fLastError == null) > fLastError= desc.getErrorMessage();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 147781
: 73945