Interface

IdeHighlighter

[]

Description

interface Ide.Highlighter : Ide.Object
No description available.
[]

Prerequisite

In order to implement Highlighter, your type must inherit fromIdeObject.

Implementations

[]

Instance methods

ide_highlighter_load
No description available.

ide_highlighter_update

Incrementally processes more of the buffer for highlighting. If callback returns IDE_HIGHLIGHT_STOP, then this vfunc should stop processing and return, having set location to the current position of processing.

Interface structure

[]

Virtual methods

Ide.Highlighter.load
No description available.

Ide.Highlighter.set_engine
No description available.

Ide.Highlighter.update

Incrementally processes more of the buffer for highlighting. If callback returns IDE_HIGHLIGHT_STOP, then this vfunc should stop processing and return, having set location to the current position of processing.