MCPcopy
hub / github.com/arduino/Arduino / handleHTMLCopy

Method handleHTMLCopy

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

Source from the content-addressed store, hash-verified

560
561
562 void handleHTMLCopy() {
563 new DiscourseFormat(editor, this, true).show();
564 }
565
566 void handleIndentOutdent(boolean indent) {
567 if (indent) {

Callers 2

actionPerformedMethod · 0.95
buildEditMenuMethod · 0.80

Calls 1

showMethod · 0.80

Tested by

no test coverage detected