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

Method handleCommentUncomment

app/src/processing/app/EditorTab.java:550–555  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

548 }
549
550 void handleCommentUncomment() {
551 Action action = textarea.getActionMap().get(RSyntaxTextAreaEditorKit.rstaToggleCommentAction);
552 action.actionPerformed(null);
553 // XXX: RSyntaxDocument doesn't fire DocumentListener events, it should be fixed in RSyntaxTextArea?
554 editor.updateUndoRedoState();
555 }
556
557 void handleDiscourseCopy() {
558 new DiscourseFormat(editor, this, false).show();

Callers 3

actionPerformedMethod · 0.95
executeInEDTMethod · 0.80
buildEditMenuMethod · 0.80

Calls 3

updateUndoRedoStateMethod · 0.80
getMethod · 0.65
actionPerformedMethod · 0.65

Tested by 1

executeInEDTMethod · 0.64