()
| 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 | // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
no test coverage detected