Lines Matching refs:line
40 and line numbers.
44 of line numbers</p>
53 /** Returns the line number at the specified index.
56 provides a mapping from a text index to the corresponding line number.
60 Index for which the line number should be returned.
64 Returns the line number of the specified text index.
72 /** Retuns the text of the specified line.
74 <p>Returns the substring of text that makes up the specified line
79 with the index of the last character. In a loop, the last line
85 The number of the line to return the substring from.
93 if the line number is invalid
99 /** Returns the text of the line in which the caret is located.
108 line when the <b>End</b> key gets pressed. Since the index of this position
109 is identical to the one of the first character of the following line,
111 return the line following the current one in this case.</p>
121 /** Returns the number of the line in which the caret is located.
123 <p>The line number returned will most of the time be identical to
129 line when the <b>End</b> key gets pressed. Since the index of this position
130 is identical to the one of the first character of the following line,
132 return the line following the current one in this case.</p>
135 Returns the index of the line in which the caret is located or -1