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, shouldFoldLine
public boolean shouldFoldLine(Project project, java.lang.String line)
shouldFoldLine
in class ConsoleFolding
project
- 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 ConsoleFolding
project
- current projectlines
- lines to be foldednull
if these lines should not be folded