MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / selection

Method selection

src/main/java/fieldcef/plugins/TextEditor.java:354–361  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

352 /**
353 * Injects css into the text editor. For example '_.textEditor.injectCSS("body {font-size:20px;}"' will give you a markedly bigger font.
354 */
355 public void injectCSS(String css) {
356 browser_.injectCSS(css);
357 }
358
359 /**
360 * Executes some javascript directly in the text editor. For larger amounts of TextEditor coding, mark a box as "Bridge to Editor" with the command menu.
361 */
362 public void executeJavaScript(String js) {
363 browser_.executeJavaScript_queued(js);
364 }

Callers 1

loadedMethod · 0.95

Calls 6

breadthFirstMethod · 0.80
isTrueMethod · 0.80
getMethod · 0.65
bothMethod · 0.45
hasMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected