You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, you are right. The default style of line numbers is now set by setting the properties in Java code. Therefore, it has low priority, so it can be easily overridden in the stylesheet of the Scene or any other parent.
While upgrading from 0.5.1 to 0.6.2 I found some breaking changes.
Code area
Setting line numbers in 0.5.1:
In 0.6.2 there is no stylesheet parameter any more:
Instead, use
.lineno { ... }
CSS in the stylesheet applied to the code area.The text was updated successfully, but these errors were encountered: