FoldInputLine struct
One input line range of a fold unit (positions must be valid in the rewritable original text).
Public variables
- const String* Text
- Comment-stripped line text.
-
std::
size_t Begin - First column of the foldable range on this line.
-
std::
size_t End - One past the last foldable column on this line.
-
std::
size_t Index - Caller-defined line identifier reported back in FoldEdit::
Index.