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

Method getLineStartOffset

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

Get character offset for the start of a given line of text.

(int line)

Source from the content-addressed store, hash-verified

1727 * Get character offset for the start of a given line of text.
1728 */
1729 public int getLineStartOffset(int line) {
1730 return textarea.getLineStartOffset(line);
1731 }
1732
1733
1734 /**

Callers 10

setLineTextMethod · 0.95
handleIndentOutdentMethod · 0.45
statusErrorMethod · 0.45
selectLineMethod · 0.45
cursorToLineStartMethod · 0.45
fetchPhraseMethod · 0.45
showSuggestionMethod · 0.45
paintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected