MCPcopy Create free account
hub / github.com/SpartanJ/eepp / currentMouseTextPosition

Function currentMouseTextPosition

src/tools/ecode/plugins/lsp/lspclientplugin.cpp:1672–1674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1670}
1671
1672static TextPosition currentMouseTextPosition( UICodeEditor* editor ) {
1673 return editor->resolveScreenPosition( editor->getInput()->getMousePos().asFloat() );
1674}
1675
1676void LSPClientPlugin::tryHideTooltip( UICodeEditor* editor, const Vector2i& position ) {
1677 if ( ( editor->hasDocument() && editor->getDocument().isLoading() ) ||

Callers 3

tryDisplayTooltipMethod · 0.85
onMouseMoveMethod · 0.85

Calls 4

resolveScreenPositionMethod · 0.80
asFloatMethod · 0.45
getMousePosMethod · 0.45
getInputMethod · 0.45

Tested by

no test coverage detected