Ensure that all SketchCodes are up-to-date, so that sc.save() works.
()
| 783 | * Ensure that all SketchCodes are up-to-date, so that sc.save() works. |
| 784 | */ |
| 785 | public void updateSketchCodes() { |
| 786 | // if (current.isModified()) { |
| 787 | current.setProgram(editor.getText()); |
| 788 | // } |
| 789 | } |
| 790 | |
| 791 | |
| 792 | /** |
no test coverage detected