MCPcopy Create free account
hub / github.com/KDE/kdevelop / selectionChanged

Method selectionChanged

plugins/contextbrowser/contextbrowser.cpp:965–970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

963}
964
965void ContextBrowserPlugin::selectionChanged(View* view)
966{
967 clearMouseHover();
968 m_updateViews.insert(view);
969 m_updateTimer->start(highlightingTimeout / 2); // triggers updateViews()
970}
971
972void ContextBrowserPlugin::cursorPositionChanged(View* view, const KTextEditor::Cursor& newPosition)
973{

Callers

nothing calls this directly

Calls 2

insertMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected