TreeHighlighter class

View plugin that applies syntax highlighting decorations.

Inheritance

Constructors

TreeHighlighter(EditorViewState view)

Properties

decoratedTo int
getter/setter pair
decorations RangeSet<Decoration>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tree ↔ Tree
getter/setter pair

Methods

destroy(EditorViewState view) → void
Called when the plugin is destroyed.
inherited
docViewUpdate(EditorViewState view) → void
Called when the document view has been updated.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(ViewUpdate update) → void
Called when the view is updated.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited