MCPcopy Create free account
hub / github.com/WiringProject/Wiring / select

Method select

IDE/processing/app/syntax/JEditTextArea.java:1143–1232  ·  view source on GitHub ↗

Selects from the start offset to the end offset. This is the general selection method used by all other selecting methods. The caret position will be start if start < end, and end if end > start. @param start The start offset @param end The end offset

(int start, int end)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

setDocumentMethod · 0.95
setSelectionStartMethod · 0.95
setSelectionEndMethod · 0.95
setCaretPositionMethod · 0.95
selectAllMethod · 0.95
selectNoneMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95

Calls 11

getDocumentLengthMethod · 0.95
getLineOfOffsetMethod · 0.95
fireCaretEventMethod · 0.95
scrollToCaretMethod · 0.95
addUndoableEditMethod · 0.80
invalidateLineMethod · 0.45
invalidateLineRangeMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected