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 108344 Details for
Bug 238718
[navigation] Quick Outline filters items incorrectly
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
238718_patch.txt (text/plain), 1.37 KB, created by
Markus Keller
on 2008-07-24 09:47:55 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Markus Keller
Created:
2008-07-24 09:47:55 EDT
Size:
1.37 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.ui >Index: ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java,v >retrieving revision 1.59 >diff -u -r1.59 AbstractInformationControl.java >--- ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java 20 Mar 2008 10:37:56 -0000 1.59 >+++ ui/org/eclipse/jdt/internal/ui/text/AbstractInformationControl.java 24 Jul 2008 13:06:16 -0000 >@@ -12,7 +12,7 @@ > > import java.util.List; > >-import org.eclipse.core.runtime.CoreException; >+import org.eclipse.osgi.util.TextProcessor; > > import org.eclipse.swt.SWT; > import org.eclipse.swt.events.DisposeEvent; >@@ -39,6 +39,8 @@ > import org.eclipse.swt.widgets.Tree; > import org.eclipse.swt.widgets.TreeItem; > >+import org.eclipse.core.runtime.CoreException; >+ > import org.eclipse.jface.action.Action; > import org.eclipse.jface.action.IAction; > import org.eclipse.jface.action.IMenuManager; >@@ -105,6 +107,7 @@ > TreeViewer treeViewer= (TreeViewer) viewer; > > String matchName= ((ILabelProvider) treeViewer.getLabelProvider()).getText(element); >+ matchName= TextProcessor.deprocess(matchName); > if (matchName != null && matcher.match(matchName)) > return true; >
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 238718
: 108344