Packages

class ReplProps extends AnyRef

Source
ReplProps.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplProps
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReplProps()

Value Members

  1. val colorOk: Boolean
  2. val continuePrompt: String
  3. val continueString: String
  4. val continueText: String
  5. val debug: BooleanProp
  6. def encolor(s: String): String
  7. def enversion(s: String): String
  8. val format: Prop[String]

    CSV of paged,across to enable pagination or -x style columns, "across" instead of down the column.

    CSV of paged,across to enable pagination or -x style columns, "across" instead of down the column. Since pagination turns off columnar output, these flags are currently mutually exclusive.

  9. val info: BooleanProp
  10. val maxPrintString: Prop[Int]
  11. val pasteDelimiter: Prop[String]
  12. val power: BooleanProp
  13. val powerBanner: Prop[JFile]
  14. val powerInitCode: Prop[JFile]
  15. val prompt: String
  16. val promptString: String
  17. val promptText: String
  18. val replAutorunCode: Prop[JFile]
  19. val trace: BooleanProp
  20. val vids: BooleanProp
  21. def welcome: String