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

Method getKeywordFiles

app/src/processing/app/Mode.java:132–134  ·  view source on GitHub ↗

To add additional keywords, or to grab them from another mode, override this function. If your mode has no keywords, return a zero length array.

()

Source from the content-addressed store, hash-verified

130 * this function. If your mode has no keywords, return a zero length array.
131 */
132 public File[] getKeywordFiles() {
133 return new File[] { new File(folder, "keywords.txt") };
134 }
135
136
137 protected void loadKeywords(File keywordFile) throws IOException {

Callers 1

ModeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected