I found implementation of RichString.
Is there an implementation of RichStringBuilder ?
Workaround is to build final string and then apply color and other attributes to appropriate ranges of final string.
But code to do using Workaround is more "dirty", than with RichStringBuilder.
Is there an implementation of RichStringBuilder ?
Workaround is to build final string and then apply color and other attributes to appropriate ranges of final string.
But code to do using Workaround is more "dirty", than with RichStringBuilder.