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

Method handleOutdent

app/src/processing/app/ui/Editor.java:2195–2197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2193
2194
2195 public void handleOutdent() {
2196 handleIndentOutdent(false);
2197 }
2198
2199
2200 public void handleIndentOutdent(boolean indent) {

Callers 1

handlePressedMethod · 0.80

Calls 1

handleIndentOutdentMethod · 0.95

Tested by

no test coverage detected