MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / refresh

Method refresh

src/widgets/EditorInfoStatusBar.cpp:62–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void 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
72void EditorInfoStatusBar::connectToEditor(ScintillaNext *editor)
73{

Callers 4

fileTimestampMethod · 0.80
MainWindowMethod · 0.80
convertEOLsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected