Grab current contents of the sketch window, advance the console, stop any other running sketches, auto-save the user's code... not in that order.
()
| 1765 | * other running sketches, auto-save the user's code... not in that order. |
| 1766 | */ |
| 1767 | @Override |
| 1768 | public void prepareRun() { |
| 1769 | autoSave(); |
| 1770 | super.prepareRun(); |
| 1771 | downloadImports(); |
| 1772 | preprocessingService.cancel(); |
| 1773 | } |
| 1774 | |
| 1775 | |
| 1776 | /** |
no test coverage detected