public class RunAnythingCommandFolding extends ConsoleFolding
EP_NAME| Constructor and Description | 
|---|
| RunAnythingCommandFolding() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getPlaceholderText(Project project,
                  java.util.List<java.lang.String> lines) | 
| boolean | shouldFoldLine(Project project,
              java.lang.String line) | 
getPlaceholderText, shouldBeAttachedToThePreviousLine, shouldFoldLinepublic boolean shouldFoldLine(Project project, java.lang.String line)
shouldFoldLine in class ConsoleFoldingproject - current projectline - line to check whether it should be folded or nottrue if line should be folded, false if notpublic java.lang.String getPlaceholderText(Project project, java.util.List<java.lang.String> lines)
getPlaceholderText in class ConsoleFoldingproject - current projectlines - lines to be foldednull if these lines should not be folded