MCPcopy Index your code
hub / github.com/processing/processing / rebuildSketchbookMenus

Method rebuildSketchbookMenus

app/src/processing/app/Base.java:1624–1631  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

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() {

Callers 4

runMethod · 0.95
setSketchbookFolderMethod · 0.95
handleDeleteCodeMethod · 0.80
updateInternalMethod · 0.80

Calls 5

getModeListMethod · 0.95
rebuildImportMenuMethod · 0.80
rebuildToolbarMenuMethod · 0.80
rebuildExamplesFrameMethod · 0.80

Tested by

no test coverage detected