-
Notifications
You must be signed in to change notification settings - Fork 5
ACE Utils API
ACE utils class provides service for showing:
-
A number in the gutter and hovering over value [Ace's gutter decorations]
-
A popup when hovering an expression with the value gather from TraceService [Ace's markers]
#####Note: To be used in Pastebin.
#Adding gutter decorations Ace uses default gutter decorations that show text only: annotations. They could be for errors, warnings and info. To add custom decorations we need a CSS class and the row where we want to add it. As a collection, your decorations should be removed in proper system events such document or gutter changes.
The default class for this API is: , please take a look and customize it. You can also send yours.
Adding or removing gutter decorations trigger "changeBreakpoint" events. That is, do not work with them when capturing that event.