MCPcopy Create free account
hub / github.com/beanshell/beanshell / forceCaretMoveToEnd

Method forceCaretMoveToEnd

src/bsh/util/JConsole.java:374–380  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

372 }
373
374 private void forceCaretMoveToEnd() {
375 if (text.getCaretPosition() < cmdStart) {
376 // move caret first!
377 text.setCaretPosition(textLength());
378 }
379 text.repaint();
380 }
381
382 private void forceCaretMoveToStart() {
383 if (text.getCaretPosition() < cmdStart) {

Callers 2

pasteMethod · 0.95
typeMethod · 0.95

Calls 2

textLengthMethod · 0.95
setCaretPositionMethod · 0.80

Tested by

no test coverage detected