Packages

trait ShellConfig extends AnyRef

Source
ShellConfig.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShellConfig
  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. Protected

Abstract Value Members

  1. abstract def batchMode: Boolean
  2. abstract def batchText: String
  3. abstract def doCompletion: Boolean
  4. abstract def filesToLoad: List[String]
  5. abstract def filesToPaste: List[String]
  6. abstract def haveInteractiveConsole: Boolean

Concrete Value Members

  1. val colorOk: Boolean
  2. val continueString: String
  3. val continueText: String
  4. def encolor(s: String): String
  5. def enversion(s: String): String
  6. 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.

  7. val historyFile: String
  8. val isAcross: Boolean
  9. val isPaged: Boolean
  10. def isReplDebug: Boolean
  11. def isReplInfo: Boolean
  12. def isReplPower: Boolean
  13. def isReplTrace: Boolean
  14. val maxPrintString: Prop[Int]
  15. val pasteDelimiter: Prop[String]
  16. val power: BooleanProp
  17. val powerBanner: Prop[File]
  18. val powerInitCode: Prop[File]
  19. val promptString: String
  20. val promptText: String
  21. val replAutorunCode: Prop[File]
  22. def repldbg(msg: => String): Unit
  23. def replinfo(msg: => String): Unit
  24. def repltrace(msg: => String): Unit
  25. def viMode: Boolean
  26. val welcomeString: String