mlbridge[bot]

Results 1478 comments of mlbridge[bot]

*Mailing list message from [PavelTurk](mailto:[email protected]) on [openjfx-dev](mailto:[email protected]):* Andy\, thank you for your reply\. I have already provided some examples\, but I\?ll give one more very simple example that clearly illustrates...

*Mailing list message from [Andy Goryachev](mailto:[email protected]) on [openjfx-dev](mailto:[email protected]):* Oh\, I finally get it what you want\. Thanks\! What you asking is effectively to add support for some additional properties to...

*Mailing list message from [PavelTurk](mailto:[email protected]) on [openjfx-dev](mailto:[email protected]):* Since we\?re talking about code styling\, I would highlight the following as the main properties\: \- foreground color \(\+\) \- background color \(\-\)...

*Mailing list message from [Andy Goryachev](mailto:[email protected]) on [openjfx-dev](mailto:[email protected]):* The only property that makes sense is the background color\. The wavy and other kinds of underlines\, while they make some sense...

*Mailing list message from [PavelTurk](mailto:[email protected]) on [openjfx-dev](mailto:[email protected]):* Andy\, I\'m really glad we figured out the background\-color issue\, and I\'m also very grateful to you\! Regarding wavy lines and other types...

*Mailing list message from [Andy Goryachev](mailto:[email protected]) on [openjfx-dev](mailto:[email protected]):* Pavel\: Underlines and strike\-through attributes are available via StyleAttributeMap\.STRIKE\_THROUGH and StyleAttributeMap\.UNDERLINE \(using text color\)\. On the other hand\, adding this functionality via...

*Mailing list message from [PavelTurk](mailto:[email protected]) on [openjfx-dev](mailto:[email protected]):* Andy\, thank you very much for your response\. But as I\?ve said many times\, I\?m only considering styling through a CSS file\. Best...

*Mailing list message from [Andy Goryachev](mailto:[email protected]) on [openjfx-dev](mailto:[email protected]):* Yes\, I know\. But we must support both options\, since the RichTextArea provides models that allow to style programmatically and independently from...

*Mailing list message from [PavelTurk](mailto:[email protected]) on [openjfx-dev](mailto:[email protected]):* Thank you very much for the detailed explanation\. Am I right in understanding that JDK\-8355774 does not consider the possibility of styling underline\/wavy...

*Mailing list message from [Andy Goryachev](mailto:[email protected]) on [openjfx-dev](mailto:[email protected]):* JDK\-8355774 adds methods to style highlights added via addHighlight\(\) with CSS\. What \(I think\) you want is an ability to style a...