From 535e20189d5a2dd9b43a6ea0a74749a50678d631 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 31 Jul 2022 08:16:54 +1000 Subject: Move main access to active marker bit set to model. This will allow merging in change history markers and simplifies calls. --- src/EditModel.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/EditModel.cxx') diff --git a/src/EditModel.cxx b/src/EditModel.cxx index 50aa88b06..e8e5e5d1e 100644 --- a/src/EditModel.cxx +++ b/src/EditModel.cxx @@ -126,3 +126,7 @@ InSelection EditModel::LineEndInSelection(Sci::Line lineDoc) const { const Sci::Position posAfterLineEnd = pdoc->LineStart(lineDoc + 1); return sel.InSelectionForEOL(posAfterLineEnd); } + +int EditModel::GetMark(Sci::Line line) const { + return pdoc->GetMark(line); +} -- cgit v1.2.3