Open the sketch associated with this .pde file in a new window as an "Untitled" sketch. @param path Path to the pde file for the sketch in question @return the Editor object, so that properties (like 'untitled') can be set by the caller
(String path)
| 1598 | * can be set by the caller |
| 1599 | */ |
| 1600 | protected Editor handleOpenUntitled(String path) { |
| 1601 | return handleOpenInternal(path, true); |
| 1602 | } |
| 1603 | |
| 1604 | |
| 1605 | /** |
no test coverage detected