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

Method setHighlightWord

src/eepp/ui/uicodeeditor.cpp:3842–3848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3840}
3841
3842void UICodeEditor::setHighlightWord( const TextSearchParams& highlightWord ) {
3843 if ( mHighlightWord != highlightWord ) {
3844 mHighlightWord = highlightWord;
3845 updateHighlightWordCache();
3846 invalidateDraw();
3847 }
3848}
3849
3850const TextRange& UICodeEditor::getHighlightTextRange() const {
3851 return mHighlightTextRange;

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected