|
inlinevirtual |
Called by the edit control when a marker's line is about to be updated.
OnUpdateMarkerLine is called by the edit control when a marker's line is about to be updated. It may happen as a result of delete operation, when one or more lines before this marker has been deleted.
You should override this function in a derived class if you want to support "static" markers. "Static" markers won't be moved and will be always displayed at the initial line.
nNewLine | Specifies the new row number. |