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

Method handleCopyAsHTML

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

Implements Edit → Copy as HTML.

()

Source from the content-addressed store, hash-verified

1949 * Implements Edit → Copy as HTML.
1950 */
1951 public void handleCopyAsHTML() {
1952 textarea.copyAsHTML();
1953 statusNotice(Language.text("editor.status.copy_as_html"));
1954 }
1955
1956
1957 /**

Callers 2

actionPerformedMethod · 0.80
actionPerformedMethod · 0.80

Calls 3

statusNoticeMethod · 0.95
textMethod · 0.95
copyAsHTMLMethod · 0.80

Tested by

no test coverage detected