()
| 536 | } |
| 537 | |
| 538 | static public void initVersion() { |
| 539 | // help 3rd party installers find the correct hardware path |
| 540 | PreferencesData.set("last.ide." + VERSION_NAME + ".hardwarepath", getHardwarePath()); |
| 541 | PreferencesData.set("last.ide." + VERSION_NAME + ".daterun", "" + (new Date()).getTime() / 1000); |
| 542 | } |
| 543 | |
| 544 | /** |
| 545 | * Return true if the name is valid for a Processing sketch. |
no test coverage detected