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

Method showChanges

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

Source from the content-addressed store, hash-verified

1022
1023
1024 static public void showChanges() {
1025 // https://github.com/processing/processing/issues/1558
1026 if (!Base.isCommandLine()) {
1027 Platform.openURL("https://github.com/processing/processing4/wiki/Changes-in-4.0");
1028 }
1029 }
1030
1031
1032 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Callers 1

handleCrustyCodeMethod · 0.95

Calls 2

isCommandLineMethod · 0.95
openURLMethod · 0.95

Tested by

no test coverage detected