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

Method showChanges

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

Source from the content-addressed store, hash-verified

1284
1285
1286 static public void showChanges() {
1287 // http://code.google.com/p/processing/issues/detail?id=1520
1288 if (!Base.isCommandLine()) {
1289 Platform.openURL("https://github.com/processing/processing/wiki/Changes");
1290 }
1291 }
1292
1293
1294 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Callers 1

handleCrustyCodeMethod · 0.95

Calls 2

isCommandLineMethod · 0.95
openURLMethod · 0.95

Tested by

no test coverage detected