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

Method hideExtension

app/src/processing/app/Mode.java:920–922  ·  view source on GitHub ↗

True if the specified extension should be hidden when shown on a tab. For Processing, this is true for .pde files. (Broken out for subclasses.) You can override this in your Mode subclass to handle it differently.

(String what)

Source from the content-addressed store, hash-verified

918 * You can override this in your Mode subclass to handle it differently.
919 */
920 public boolean hideExtension(String what) {
921 return what.equals(getDefaultExtension());
922 }
923
924
925 /**

Callers 1

paintComponentMethod · 0.80

Calls 2

getDefaultExtensionMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected