Interface CommandPromptRegister
public interface CommandPromptRegister
Used to add a command prompt to a CodeArea.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Pattern
The pattern of the last word of the row text -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addPromptTo
(@NotNull org.fxmisc.richtext.CodeArea target) Add a command prompt to the codeArea
-
Field Details
-
LAST_EXPRESSION_PATTERN
The pattern of the last word of the row text
-
-
Method Details
-
addPromptTo
static void addPromptTo(@NotNull @NotNull org.fxmisc.richtext.CodeArea target) Add a command prompt to the codeArea- Parameters:
target
- the codeArea to add the command prompt
-