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

Method next

basex-core/src/main/java/org/basex/gui/text/TextEditor.java:166–170  ·  view source on GitHub ↗

Moves one character forward. @param select selection flag

(final boolean select)

Source from the content-addressed store, hash-verified

164 * @param select selection flag
165 */
166 void next(final boolean select) {
167 if(select && !isSelected()) startSelect();
168 forward(select);
169 if(select) endSelection();
170 }
171
172 /**
173 * Moves one character forward.

Callers 6

forwardMethod · 0.95
nextWordMethod · 0.95
prevWordMethod · 0.95
bracketMethod · 0.95
closeElemMethod · 0.95
selectLineMethod · 0.95

Calls 7

isSelectedMethod · 0.95
startSelectMethod · 0.95
forwardMethod · 0.95
endSelectionMethod · 0.95
currMethod · 0.95
sizeMethod · 0.95
clMethod · 0.45

Tested by

no test coverage detected