| 60 | } |
| 61 | |
| 62 | void EditorInfoStatusBar::refresh(ScintillaNext *editor) |
| 63 | { |
| 64 | updateDocumentSize(editor); |
| 65 | updateSelectionInfo(editor); |
| 66 | updateLanguage(editor); |
| 67 | updateEol(editor); |
| 68 | updateEncoding(editor); |
| 69 | updateOverType(editor); |
| 70 | } |
| 71 | |
| 72 | void EditorInfoStatusBar::connectToEditor(ScintillaNext *editor) |
| 73 | { |
no outgoing calls
no test coverage detected