Modifier and Type | Method and Description |
---|---|
FoldHandle |
FoldHandle.getCurrentNestedFold()
Get current nested fold.
|
FoldHandle |
FoldHandle.getLastNestedFold()
Get handle created by the last invocation of
FoldHandle.startFold(boolean)
or FoldHandle.silentStartFold(boolean) . |
FoldHandle |
FoldHandle.silentStartFold(boolean expanded)
Similar to
FoldHandle.startFold(boolean) , but no exception is thrown if the
fold is already finished, as well as if an unfinished nested fold exists. |
FoldHandle |
FoldHandle.startFold(boolean expanded)
Start a nested fold at the current last line in output window.
|
static FoldHandle |
IOFolding.startFold(InputOutput io,
boolean expanded)
Create a fold handle for the current last line in the output window.
|