Table Of Contents

Previous topic

MainWindowAddOn

Next topic

Bookmark

This Page

phoenix_title ed_marker

Classes to represent Markers and associated data in a StyledTextCtrl


class_hierarchy Inheritance Diagram

Inheritance diagram for module ed_marker

Inheritance diagram of ed_marker


function_summary Functions Summary

NewMarkerId Get a new marker id

class_summary Classes Summary

Bookmark Class to store bookmark data
Breakpoint Marker object to represent a breakpoint in the EditraBaseStc
BreakpointDisabled Marker object to represent a disabled breakpoint in the EditraBaseStc
BreakpointStep Marker object to represent debugger step breakpoint in the EditraBaseStc
ErrorMarker Marker object to indicate an error line in the EditraBaseStc
FoldMarker Marker object class for managing the code folding markers
LintMarker Marker object to represent a marker for coding issue in the EditraBaseStc
LintMarkerError Marker object to represent a marker for a high severity
LintMarkerWarning Marker object to represent a marker for moderate severity
Marker Marker Base class
StackMarker Marker object to mark a line in a callstack in the EditraBaseStc

Functions



NewMarkerId()

Get a new marker id

Note

limited by stc to 16 possible ids. will assert when this threshold is passed.