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

Method invalidateLongestLineWidth

src/eepp/ui/uicodeeditor.cpp:1049–1052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047}
1048
1049void UICodeEditor::invalidateLongestLineWidth() {
1050 mLongestLineWidthDirty = true;
1051 mLongestLineWidthLastUpdate.restart();
1052}
1053
1054void UICodeEditor::setLineWrapMode( LineWrapMode mode ) {
1055 auto prevMode = mDocView.getConfig().mode;

Callers 5

initNewOutputMethod · 0.80
createContainerMethod · 0.80
runBuildMethod · 0.80
createContainerMethod · 0.80
clearConsoleBufferMethod · 0.80

Calls 1

restartMethod · 0.45

Tested by

no test coverage detected