|
| 1 | +1282 (4.0b7) |
| 2 | +X Bring back getMainProgram() for Python Mode |
| 3 | +X https://github.com/processing/processing4/issues/409 |
| 4 | +X Change straight quotes to smart quotes in the PDE.properties file |
| 5 | +X look for other uses of Util.deleteFile() and replace with Platform calls |
| 6 | + |
| 7 | +sketchbook/open/deletions/modes |
| 8 | +X test "obvious" sketch folder (and whether it prompts) |
| 9 | +X opening Downloads > something.pde made a p5.js sketch with only an index.html |
| 10 | +X if no sketch.properties, reset nextMode to the default mode |
| 11 | +X deleting sketch removed contents of Download folder |
| 12 | +X https://github.com/processing/processing4/issues/424 |
| 13 | +X also very problematic for what happens with Save As |
| 14 | +X ah, this is because it was just a single .pde file, yikes |
| 15 | +X sketch.properties should be present, but won't be if the parent is renamed |
| 16 | +o always write sketch.properties? (would help the later rename case) |
| 17 | +X when loading, prompt to ask whether the parent folder is the sketch folder? |
| 18 | +X if it is, write sketch.properties to set the main file |
| 19 | +X if not, move it to its own folder "move blah.pde to a folder named blah" |
| 20 | +X are you sure you want to delete the sketch "Downloads" |
| 21 | +X instead of "are you sure you want to delete this sketch?" |
| 22 | +X have 'delete' function move things to the trash |
| 23 | +o or remove 'delete' as an option altogether |
| 24 | +X new language string: warn.delete.sketch_folder so we can include folder name |
| 25 | +X and renamed warn.delete.file to warn.delete.sketch_file |
| 26 | +X remove selectMode() code from Base... just too funky |
| 27 | +X should just go back to the default Mode, or the first that matches |
| 28 | +X not enough Modes to warrant all the weirdness that could happen |
| 29 | +o and for Android (the only legit case), local.properties should be set |
| 30 | +o or we have changeMode() to make it an easy switch |
| 31 | +X turns out, it wasn't getting set, but that's now fixed |
| 32 | +o fix extension check for other modes |
| 33 | +X https://github.com/processing/processing/issues/3980 |
| 34 | +X not relevant b/c of https://github.com/processing/processing4/issues/189 |
| 35 | +X You must first install tweak Mode to use this sketch |
| 36 | +X https://github.com/processing/processing4/issues/415 |
| 37 | +X change handleOpen() to take a Mode object |
| 38 | +X allows Python and Android Mode to open example sketches in that Mode, |
| 39 | +X without (retroactively) needing sketch.properties files in all folders |
| 40 | + |
| 41 | + |
1 | 42 | 1281 (4.0b6) |
2 | 43 | X update to Java 17.0.2+8 |
3 | 44 | X move "Add Examples" to bottom of the Examples window |
|
0 commit comments