MCPcopy Index your code
hub / github.com/processing/processing / getLineStopOffset

Method getLineStopOffset

app/src/processing/app/ui/Editor.java:1737–1739  ·  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

1735 * Get character offset for end of a given line of text.
1736 */
1737 public int getLineStopOffset(int line) {
1738 return textarea.getLineStopOffset(line);
1739 }
1740
1741
1742 /**

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