MCPcopy Index your code
hub / github.com/arduino/Arduino / activated

Method activated

app/src/processing/app/EditorTab.java:350–355  ·  view source on GitHub ↗

Called when this tab is made the current one, or when it is the current one and the window is activated.

()

Source from the content-addressed store, hash-verified

348 * and the window is activated.
349 */
350 public void activated() {
351 // When external editing is enabled, reload the text whenever we get activated.
352 if (external) {
353 reload();
354 }
355 }
356
357 /**
358 * Reload the contents of our file.

Callers 2

selectTabMethod · 0.80
handleActivatedMethod · 0.80

Calls 1

reloadMethod · 0.95

Tested by

no test coverage detected