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