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
One invalid Color constructor is recognized as displayable Color, while the best valid one is not:
The decimal notation for Color(int) does work, only the more useful hex one does not.
If that has internal reasons - idea - how about supporting specific a comment syntax? I would add // #5300FFFF to the line to specifically force a color display in the gutter...
The text was updated successfully, but these errors were encountered:
One invalid Color constructor is recognized as displayable Color, while the best valid one is not:
The decimal notation for Color(int) does work, only the more useful hex one does not.
If that has internal reasons - idea - how about supporting specific a comment syntax? I would add
// #5300FFFF
to the line to specifically force a color display in the gutter...The text was updated successfully, but these errors were encountered: