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

Method actionPerformed

app/src/processing/app/EditorTab.java:210–212  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

208 item = new JMenuItem(tr("Comment/Uncomment"), '/');
209 item.addActionListener(new ActionListener() {
210 public void actionPerformed(ActionEvent e) {
211 handleCommentUncomment();
212 }
213 });
214 menu.add(item);
215

Callers

nothing calls this directly

Calls 5

handleIndentOutdentMethod · 0.95
handleDiscourseCopyMethod · 0.95
handleHTMLCopyMethod · 0.95
openURLMethod · 0.95

Tested by

no test coverage detected