MCPcopy Create free account
hub / github.com/BaseXdb/basex / toCase

Method toCase

basex-core/src/main/java/org/basex/gui/text/TextPanel.java:303–307  ·  view source on GitHub ↗

Case conversion. @param cs case type

(final Case cs)

Source from the content-addressed store, hash-verified

301 * @param cs case type
302 */
303 public final void toCase(final Case cs) {
304 final int caret = editor.pos();
305 if(editor.toCase(cs)) hist.store(editor.text(), caret, editor.pos());
306 computeHeight.invokeLater(true);
307 }
308
309 /**
310 * Jumps to a matching bracket.

Callers 1

executeMethod · 0.45

Calls 4

invokeLaterMethod · 0.80
posMethod · 0.45
storeMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected