Change Tooltip Style Base on Gutter Annotation Type? #4710
-
Is there anyway that I can change the tooltip style base on annotation condition? .ace_tooltip.error {
color: red;
}
.ace_tooltip.blue{
color: blue;
}
.... Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's not possible at the moment but it should be a relatively easy change to add this by leveraging information in annotations Please feel free to send PR for this or open a feature request here https://github.com/ajaxorg/ace/issues/new?assignees=&labels=feature-request%2Cneeds-triage&template=feature-request.yml&title=%28short+issue+description%29 |
Beta Was this translation helpful? Give feedback.
It's not possible at the moment but it should be a relatively easy change to add this by leveraging information in annotations
ace/lib/ace/mouse/default_gutter_handler.js
Line 73 in 94422a4
Please feel free to send PR for this or open a feature request here https://github.com/ajaxorg/ace/issues/new?assignees=&labels=feature-request%2Cneeds-triage&template=feature-request.yml&title=%28short+issue+description%29