public int expandFold(int line, boolean fully)(Code)
Expands the fold at the specified physical line index.
Parameters: line - A physical line index Parameters: fully - If true, all subfolds will also be expanded since: jEdit 4.2pre1
Returns the previous visible line before the specified line index.
Parameters: line - a physical line index the previous visible physical line or -1 if there is no visible line since: jEdit 4.0pre1
getScreenLineCount
final public int getScreenLineCount(int line)(Code)
Returns how many screen lines contains the given physical line.
It can be greater than 1 when using soft wrap
Parameters: line - the physical line the screen line count
Narrows the visible portion of the buffer to the specified
line range.
Parameters: start - The first line Parameters: end - The last line since: jEdit 4.2pre1