MCPcopy
hub / github.com/arduino/Arduino / rebuild

Method rebuild

app/src/processing/app/EditorHeader.java:296–301  ·  view source on GitHub ↗

Called when a new sketch is opened.

()

Source from the content-addressed store, hash-verified

294 * Called when a new sketch is opened.
295 */
296 public void rebuild() {
297 //System.out.println("rebuilding editor header");
298 rebuildMenu();
299 repaint();
300 Toolkit.getDefaultToolkit().sync();
301 }
302
303
304 public void rebuildMenu() {

Callers 4

selectTabMethod · 0.80
handleSaveAsMethod · 0.80
nameCodeMethod · 0.80
saveAsMethod · 0.80

Calls 1

rebuildMenuMethod · 0.95

Tested by

no test coverage detected