Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
315
void TextEditor::gotoNextBookmark()
316
{
317
d->gotoNextMark(TextEditorPrivate::Bookmark);
318
}
319
320
void TextEditor::gotoPreviousBookmark()
321
{
Callers
nothing calls this directly
Calls
1
gotoNextMark
Method · 0.80
Tested by
no test coverage detected