Bug 131435

Summary: [DataBinding] Support for StyledText
Product: [Eclipse Project] Platform Reporter: Aaron Digulla <digulla>
Component: UIAssignee: Chris Aniszczyk <caniszczyk>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: bokowski, caniszczyk, daniel.kruegler, qualidafial
Version: 3.2Keywords: bugday, helpwanted
Target Milestone: 3.5 M2   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
StyledText patch
none
patch + tests
none
mylyn/context/zip none

Description Aaron Digulla CLA 2006-03-11 14:51:04 EST
Here is a patch to make StyledText work as an UI element
Comment 1 Aaron Digulla CLA 2006-03-11 14:52:37 EST
Created attachment 36093 [details]
StyledText patch
Comment 2 Boris Bokowski CLA 2007-06-27 11:22:28 EDT
Sorry for not picking it up at the time you filed the bug - this must have fallen through the cracks somehow.  Would you be interested in updating your patch to the new API?
Comment 3 Boris Bokowski CLA 2007-09-27 10:29:13 EDT
ping
Comment 4 Chris Aniszczyk CLA 2008-09-05 17:06:06 EDT
Created attachment 111875 [details]
patch + tests

I needed to implement this for a client so I've taken the liberty of contributing back something. It is pretty much identical to the TextObservableValue but for StyledText. In the future, we may want to refactor things a bit possibly but right now, I don't see anything obvious hitting me.
Comment 5 Chris Aniszczyk CLA 2008-09-05 17:06:09 EDT
Created attachment 111876 [details]
mylyn/context/zip
Comment 6 Chris Aniszczyk CLA 2008-09-05 17:06:38 EDT
maybe M2 boris or M3?
Comment 7 Matthew Hall CLA 2008-09-05 17:36:32 EDT
+1 for zx's patch
Comment 8 Matthew Hall CLA 2008-09-11 20:21:41 EDT
Chris, I'm overhauling the SWT observables as part of bug 194734, and your patch will be obsolete after the patch for that bug is committed.  I've taken the liberty of porting your patch over to the properties API (I've been careful to preserve attribution comments).  It will be included in the next patch I post to bug 194734.
Comment 9 Chris Aniszczyk CLA 2008-09-12 10:31:37 EDT
(In reply to comment #8)
> Chris, I'm overhauling the SWT observables as part of bug 194734, and your
> patch will be obsolete after the patch for that bug is committed.  I've taken
> the liberty of porting your patch over to the properties API (I've been careful
> to preserve attribution comments).  It will be included in the next patch I
> post to bug 194734.

Thanks Matt.
Comment 10 Matthew Hall CLA 2009-01-21 20:57:43 EST
Released to HEAD > 20090120 as part of bug 194734