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 233697 Details for
Bug 413346
[outline] Support StyledText in outline
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]
support of styledString in quick ouline.
support-styledstring-in-quickoutline.patch (text/plain), 1.19 KB, created by
Simon Bernard
on 2013-07-23 06:09:42 EDT
(
hide
)
Description:
support of styledString in quick ouline.
Filename:
MIME Type:
Creator:
Simon Bernard
Created:
2013-07-23 06:09:42 EDT
Size:
1.19 KB
patch
obsolete
>diff --git a/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java b/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java >index 446d391..837fe63 100644 >--- a/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java >+++ b/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java >@@ -38,6 +38,7 @@ > import org.eclipse.dltk.ui.ScriptElementLabels; > import org.eclipse.dltk.ui.viewsupport.AppearanceAwareLabelProvider; > import org.eclipse.dltk.ui.viewsupport.MemberFilter; >+import org.eclipse.dltk.ui.viewsupport.StyledDecoratingModelLabelProvider; > import org.eclipse.jface.action.Action; > import org.eclipse.jface.action.IAction; > import org.eclipse.jface.action.IMenuManager; >@@ -533,7 +534,8 @@ > * OverrideIndicatorLabelDecorator(null)); > */ > >- treeViewer.setLabelProvider(fInnerLabelProvider); >+ treeViewer.setLabelProvider(new StyledDecoratingModelLabelProvider( >+ fInnerLabelProvider)); > > fLexicalSortingAction = new LexicalSortingAction(treeViewer); > fSortByDefiningTypeAction = new SortByDefiningTypeAction(treeViewer);
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 413346
:
233624
|
233626
| 233697 |
233698
|
233889
|
233890