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

Method setHighlightTextRange

src/eepp/ui/uicodeeditor.cpp:3854–3859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3852}
3853
3854void UICodeEditor::setHighlightTextRange( const TextRange& highlightSelection ) {
3855 if ( highlightSelection != mHighlightTextRange ) {
3856 mHighlightTextRange = highlightSelection;
3857 invalidateDraw();
3858 }
3859}
3860
3861void UICodeEditor::registerPlugin( UICodeEditorPlugin* plugin ) {
3862 auto it = std::find( mPlugins.begin(), mPlugins.end(), plugin );

Callers 5

initSearchBarMethod · 0.80
showFindViewMethod · 0.80
showMethod · 0.80
hideMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected