Interface CommandPromptRegister


public interface CommandPromptRegister
Used to add a command prompt to a CodeArea.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Pattern
    The pattern of the last word of the row text
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static void
    addPromptTo(@NotNull org.fxmisc.richtext.CodeArea target)
    Add a command prompt to the codeArea
  • Field Details

    • LAST_EXPRESSION_PATTERN

      static final Pattern 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