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.
()
| 1164 | * other running sketches, auto-save the user's code... not in that order. |
| 1165 | */ |
| 1166 | @Override |
| 1167 | public void prepareRun() { |
| 1168 | autoSave(); |
| 1169 | super.prepareRun(); |
| 1170 | downloadImports(); |
| 1171 | preprocService.cancel(); |
| 1172 | } |
| 1173 | |
| 1174 | |
| 1175 | /** |
no test coverage detected