MCPcopy
hub / github.com/compiler-explorer/compiler-explorer / addTextBoxes

Method addTextBoxes

static/settings.ts:450–455  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

448 }
449
450 private addTextBoxes() {
451 this.add(
452 new Textbox(this.root.find('.editorsFFont'), 'editorsFFont'),
453 'Consolas, "Liberation Mono", Courier, monospace',
454 );
455 }
456
457 private handleThemes() {
458 const themeSelect = this.root.find('.theme');

Callers 1

constructorMethod · 0.95

Calls 2

addMethod · 0.95
findMethod · 0.80

Tested by

no test coverage detected