MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / gotoNextBookmark

Method gotoNextBookmark

src/plugins/codeeditor/gui/texteditor.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315void TextEditor::gotoNextBookmark()
316{
317 d->gotoNextMark(TextEditorPrivate::Bookmark);
318}
319
320void TextEditor::gotoPreviousBookmark()
321{

Callers

nothing calls this directly

Calls 1

gotoNextMarkMethod · 0.80

Tested by

no test coverage detected