MCPcopy Create free account
hub / github.com/cpeditor/cpeditor / setHighlightCurrentLine

Method setHighlightCurrentLine

src/Editor/CodeEditor.cpp:405–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405void CodeEditor::setHighlightCurrentLine(bool enabled)
406{
407 m_highlightingCurrentLine = enabled;
408}
409
410void CodeEditor::setVimCursor(bool value)
411{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected