https://bugs.kde.org/show_bug.cgi?id=363237

--- Comment #11 from Igor Kushnir <igor...@gmail.com> ---
(In reply to JATothrim from comment #10)
> I scratched my itch with this bug. I want it *gone*. :-)
Welcome to KDevelop development :)
> I checkout master branch at 4c984656ade6e602dbd8ac4c7e4bbf440aad7173 commit.
> My first question is: is this the correct branch for bug fix development?
Yes, unless the bug fix is simple and safe enough to be included in the stable
branch, which the fix to this bug is unlikely to end up.
> void MarkInterface::marksChanged(KTextEditor::Document *document);
> 
> This is the *only* signal activated when the editor updates the mark(s) in
> the document.
> 
> This is implemented in ktexteditor/src/document/katedocument.h by the
> KTextEditor::DocumentPrivate.
> 
> I have now noticed that this API looks to be internal to ktexteditor?
> It's unfortunate if this can't be used because I actually managed to
> write a crude bug-fix patch using it.
MarkInterface is part of public KTextEditor API:
https://api.kde.org/frameworks/ktexteditor/html/classKTextEditor_1_1MarkInterface.html
> The linked patches are *not* the real fix.
> I provided them here only so that I could get in contact with the developers.
You can create a Draft merge request at
https://invent.kde.org/kdevelop/kdevelop.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to