Community
Participate
Working Groups
We currently miss the functionality of the StyledString and IStyledLabelProvider. Maybe we can support a subset of the TextStyle by injecting pure HTML into the Table/Tree instead of using their owner-draw mechanism.
and 6 years later, this is still missing? It is included in the source git://git.eclipse.org/gitroot/rap/org.eclipse.rap.git but the binaries are missing from the latest target http://download.eclipse.org/rt/rap/3.1 why?
(In reply to Tiago Leao from comment #1) > and 6 years later, this is still missing? It is included in the source > git://git.eclipse.org/gitroot/rap/org.eclipse.rap.git but the binaries are > missing from the latest target http://download.eclipse.org/rt/rap/3.1 > > why? The class StyledString is completely commented - http://git.eclipse.org/c/rap/org.eclipse.rap.git/tree/bundles/org.eclipse.rap.jface/src/org/eclipse/jface/viewers/StyledString.java Unfortunately, it's still not possible to directly draw in a table/tree cell. Please use markup instead - enable markup support in Tree/Table.
(In reply to Ivan Furnadjiev from comment #2) > (In reply to Tiago Leao from comment #1) > > and 6 years later, this is still missing? It is included in the source > > git://git.eclipse.org/gitroot/rap/org.eclipse.rap.git but the binaries are > > missing from the latest target http://download.eclipse.org/rt/rap/3.1 > > > > why? > > The class StyledString is completely commented - > http://git.eclipse.org/c/rap/org.eclipse.rap.git/tree/bundles/org.eclipse. > rap.jface/src/org/eclipse/jface/viewers/StyledString.java > Unfortunately, it's still not possible to directly draw in a table/tree > cell. Please use markup instead - enable markup support in Tree/Table. I see... hard to believe I didn't see it being completely commented... Anyway, thanks for the advice!(In reply to Ivan Furnadjiev from comment #2)