Skip to content
David Gonzalez edited this page Mar 20, 2016 · 19 revisions

ACE utils class provides service for showing:

  • A number in the gutter and hovering over value.

  • A popup when hovering an expression with the value gather from TraceService.

#####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.

Defining your class

The default class for this API is: , please take a look and customize it. You can also send yours.

Adding decorations

Removing decorations

Clone this wiki locally