endIndex property
The ending line index (zero-based) of the fold range.
When folded, all lines from startIndex + 1 to endIndex are hidden.
Implementation
final int endIndex;
The ending line index (zero-based) of the fold range.
When folded, all lines from startIndex + 1 to endIndex are hidden.
final int endIndex;