MCPcopy Index your code
hub / github.com/arduino/Arduino / actionPerformed

Method actionPerformed

app/src/processing/app/Editor.java:1262–1265  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

1260 menu.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW).put(ctrlEq, "IncreaseFontSize");
1261 menu.getActionMap().put("IncreaseFontSize", new AbstractAction() {
1262 @Override
1263 public void actionPerformed(ActionEvent e) {
1264 base.handleFontSizeChange(1);
1265 }
1266 });
1267
1268 JMenuItem decreaseFontSizeItem = newJMenuItem(tr("Decrease Font Size"), KeyEvent.VK_MINUS);

Callers

nothing calls this directly

Calls 1

handleFontSizeChangeMethod · 0.80

Tested by

no test coverage detected