MCPcopy Create free account
hub / github.com/badvision/jace / newPlainTextClicked

Method newPlainTextClicked

src/main/java/jace/ide/IdeController.java:128–131  ·  view source on GitHub ↗
(ActionEvent event)

Source from the content-addressed store, hash-verified

126 }
127
128 @FXML
129 void newPlainTextClicked(ActionEvent event) {
130 createTab(DocumentType.plain, null, false);
131 }
132
133 Map<Tab, Program> openDocuments = new HashMap<>();
134 Map<Option, Object> globalOptions = new EnumMap<>(Option.class);

Callers

nothing calls this directly

Calls 1

createTabMethod · 0.95

Tested by

no test coverage detected