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