Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ updateEditorLineNumbersFromSettings
Function
updateEditorLineNumbersFromSettings
src/lib/editorManager.js:1933–1935 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1931
}
1932
1933
function
updateEditorLineNumbersFromSettings() {
1934
applyOptions([
"linenumbers"
,
"relativeLineNumbers"
]);
1935
}
1936
1937
function
recreateActiveEditorState() {
1938
const
file = manager.activeFile;
Callers
1
EditorManager
Function · 0.85
Calls
1
applyOptions
Function · 0.85
Tested by
no test coverage detected