MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / setLineNumbersVisible

Method setLineNumbersVisible

jsedit.cpp:744–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742}
743
744void JSEdit::setLineNumbersVisible(bool visible)
745{
746 d_ptr->showLineNumbers = visible;
747 updateSidebar();
748}
749
750bool JSEdit::isTextWrapEnabled() const
751{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected