unmark

Removes the markers of a selection.

Syntax
aSourceFile unmark (aSection, type, startLine, startColumn, endLine, endColumn)
Parameters
aSection - Integer
The section containing the marker to remove.
type - Integer
The type of marker to remove:
  • mt_bookmark
  • mt_match
  • mt_error
  • mt_pair
  • mt_breakpoint
startLine - Integer
The line number of the beginning of the selection.
startColumn - Integer
The column of the beginning of the selection.
endLine - Integer
The line number of the end of the selection.
endColumn - Integer
The column of the end of the selection.