Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ updateLanguage
Method
updateLanguage
src/widgets/EditorInfoStatusBar.cpp:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
void EditorInfoStatusBar::updateLanguage(ScintillaNext *editor)
128
{
129
docType->setText(editor->languageName);
130
}
131
132
133
void EditorInfoStatusBar::updateEol(ScintillaNext *editor)
Callers
nothing calls this directly
Calls
1
setText
Method · 0.80
Tested by
no test coverage detected