Open a sketch from the path specified. Do not use for untitled sketches.
(String path)
| 1300 | * Open a sketch from the path specified. Do not use for untitled sketches. |
| 1301 | */ |
| 1302 | public Editor handleOpen(String path) { |
| 1303 | return handleOpen(path, false); |
| 1304 | } |
| 1305 | |
| 1306 | |
| 1307 | /** |
no test coverage detected