Synchronous version of rebuild, used when the sketchbook folder has changed, so that the libraries are properly re-scanned before those menus (and the examples window) are rebuilt.
()
| 1622 | * (and the examples window) are rebuilt. |
| 1623 | */ |
| 1624 | protected void rebuildSketchbookMenus() { |
| 1625 | for (Mode mode : getModeList()) { |
| 1626 | mode.rebuildImportMenu(); // calls rebuildLibraryList |
| 1627 | mode.rebuildToolbarMenu(); |
| 1628 | mode.rebuildExamplesFrame(); |
| 1629 | mode.rebuildSketchbookFrame(); |
| 1630 | } |
| 1631 | } |
| 1632 | |
| 1633 | |
| 1634 | protected void rebuildSketchbookMenu() { |
no test coverage detected