Ensure that all SketchCodes are up-to-date, so that sc.save() works.
()
| 792 | * Ensure that all SketchCodes are up-to-date, so that sc.save() works. |
| 793 | */ |
| 794 | public void updateSketchCodes() { |
| 795 | current.setProgram(editor.getText()); |
| 796 | } |
| 797 | |
| 798 | |
| 799 | /** |
no test coverage detected