addRegion abstract method
Record a new folding region with the given offset
and length
that has
the given kind
.
Implementation
void addRegion(int offset, int length, FoldingKind kind);
Record a new folding region with the given offset
and length
that has
the given kind
.
void addRegion(int offset, int length, FoldingKind kind);