Open a (vetted) sketch location using a particular Mode. Used by the Examples window, because Modes like Python and Android do not have "sketch.properties" files in each example folder.
(String path, Mode mode)
| 1585 | * "sketch.properties" files in each example folder. |
| 1586 | */ |
| 1587 | public Editor handleOpenExample(String path, Mode mode) { |
| 1588 | nextMode = mode; |
| 1589 | return handleOpenInternal(path, true); |
| 1590 | } |
| 1591 | |
| 1592 | |
| 1593 | /** |
no test coverage detected