MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / updateEditorStyleFromSettings

Function updateEditorStyleFromSettings

src/lib/editorManager.js:1922–1924  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1920 }
1921
1922 function updateEditorStyleFromSettings() {
1923 applyOptions(["fontSize", "editorFont", "lineHeight"]);
1924 }
1925
1926 function updateEditorWrapFromSettings() {
1927 applyOptions(["textWrap"]);

Callers 1

EditorManagerFunction · 0.85

Calls 1

applyOptionsFunction · 0.85

Tested by

no test coverage detected