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

Method loadKeywords

app/src/processing/app/Mode.java:137–140  ·  view source on GitHub ↗
(File keywordFile)

Source from the content-addressed store, hash-verified

135
136
137 protected void loadKeywords(File keywordFile) throws IOException {
138 // overridden for Python, where # is an actual keyword
139 loadKeywords(keywordFile, "#");
140 }
141
142
143 protected void loadKeywords(File keywordFile,

Callers 1

ModeMethod · 0.95

Calls 9

createReaderMethod · 0.95
splitTokensMethod · 0.95
startsWithMethod · 0.80
containsKeyMethod · 0.80
trimMethod · 0.45
addColoringMethod · 0.45
equalsMethod · 0.45
putMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected