Get the sketch this tab is editing a file from.
()
| 385 | * Get the sketch this tab is editing a file from. |
| 386 | */ |
| 387 | public SketchController getSketch() { |
| 388 | return editor.getSketchController(); |
| 389 | } |
| 390 | |
| 391 | /** |
| 392 | * Get the SketchFile that is being edited in this tab. |
no test coverage detected