Skip to content

Draft: BreakpointModel: Wire KTextEditor::marksChanged() slot.

Jarmo Tiitto requested to merge jatothrim/kdevelop:fixup/breakpointmodel into master

@akellermann

I did some RFC work on the KDevelop BreakpointModel code:

Wire "marksChanged(KTextEditor::Document *document)" slot in BreakpointModel. This seems to be the only slot available from the editor that allows keeping the breakpoint line numbers in sync.

Note: I'm a newbie on this project and I don't intend this hack to be merged yet.

An refresher of the build, git, repository, workflow setup required for contributing code would be more than welcome.

Merge request reports