Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
actionPerformed
Method · 0.95
buildEditMenu
Method · 0.80
Calls
1
show
Method · 0.80
Tested by
no test coverage detected