MCPcopy Index your code
hub / github.com/benfry/processing4 / getLineStopOffset

Method getLineStopOffset

app/src/processing/app/ui/Editor.java:1476–1478  ·  view source on GitHub ↗

Get character offset for end of a given line of text.

(int line)

Source from the content-addressed store, hash-verified

1474 * Get character offset for end of a given line of text.
1475 */
1476 public int getLineStopOffset(int line) {
1477 return textarea.getLineStopOffset(line);
1478 }
1479
1480
1481 /**

Callers 6

setLineTextMethod · 0.95
handleIndentOutdentMethod · 0.45
statusErrorMethod · 0.45
selectLineMethod · 0.45
cursorToLineEndMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected