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

Method updateOverType

src/widgets/EditorInfoStatusBar.cpp:173–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void EditorInfoStatusBar::updateOverType(ScintillaNext *editor)
174{
175 bool overtype = editor->overtype();
176 if (overtype) {
177 //: This is a short abbreviation to indicate characters will be replaced when typing
178 overType->setText(tr("OVR"));
179 }
180 else {
181 //: This is a short abbreviation to indicate characters will be inserted when typing
182 overType->setText(tr("INS"));
183 }
184}

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected