MCPcopy Index your code
hub / github.com/benfry/processing4 / handleCopyAsHTML

Method handleCopyAsHTML

app/src/processing/app/ui/Editor.java:1692–1695  ·  view source on GitHub ↗

Implements Edit → Copy as HTML.

()

Source from the content-addressed store, hash-verified

1690 * Implements Edit → Copy as HTML.
1691 */
1692 public void handleCopyAsHTML() {
1693 textarea.copyAsHTML();
1694 statusNotice(Language.text("editor.status.copy_as_html"));
1695 }
1696
1697
1698 /**

Callers 2

actionPerformedMethod · 0.80
TextAreaPopupMethod · 0.80

Calls 3

statusNoticeMethod · 0.95
textMethod · 0.95
copyAsHTMLMethod · 0.80

Tested by

no test coverage detected