MCPcopy Index your code
hub / github.com/processing/processing / actionPerformed

Method actionPerformed

app/src/processing/app/ui/Editor.java:273–276  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

271 textarea.getInputMap().put(keyStroke, ACTION_KEY);
272 textarea.getActionMap().put(ACTION_KEY, new AbstractAction() {
273 @Override
274 public void actionPerformed(ActionEvent e) {
275 handleCommentUncomment();
276 }
277 });
278 }
279 textarea.addCaretListener(new CaretListener() {

Callers

nothing calls this directly

Calls 15

reselectModeMethod · 0.95
showWarningMethod · 0.95
textMethod · 0.95
interpolateMethod · 0.95
openModesMethod · 0.95
handleSaveMethod · 0.95
handleSaveAsMethod · 0.95
handlePageSetupMethod · 0.95
handlePrintMethod · 0.95
handleAutoFormatMethod · 0.95
handleIndentOutdentMethod · 0.95

Tested by

no test coverage detected