| 2119 | } |
| 2120 | |
| 2121 | void Editor::ClearDocumentStyle() { |
| 2122 | pdoc->decorations->DeleteLexerDecorations(); |
| 2123 | pdoc->StartStyling(0, '\377'); |
| 2124 | pdoc->SetStyleFor(pdoc->Length(), 0); |
| 2125 | pcs->ShowAll(); |
| 2126 | SetAnnotationHeights(0, pdoc->LinesTotal()); |
| 2127 | pdoc->ClearLevels(); |
| 2128 | } |
| 2129 | |
| 2130 | void Editor::CopyAllowLine() { |
| 2131 | SelectionText selectedText; |
nothing calls this directly
no test coverage detected