Packages

class ISettings extends AnyRef

Settings for the interpreter

Source
ISettings.scala
Version

1.0

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ISettings
  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 ISettings(intp: IMain)

Value Members

  1. def allSettings: Map[String, Any]
  2. def deprecation: Boolean
  3. def deprecation_=(x: Boolean): Unit
  4. var maxAutoprintCompletion: Int

    The maximum number of completion candidates to print for tab completion without requiring confirmation.

  5. var maxPrintString: Int

    The maximum length of toString to use when printing the result of an evaluation.

    The maximum length of toString to use when printing the result of an evaluation. 0 means no maximum. If a printout requires more than this number of characters, then the printout is truncated.

  6. def toString(): String
    Definition Classes
    ISettings → AnyRef → Any
  7. var unwrapStrings: Boolean

    String unwrapping can be disabled if it is causing issues.

    String unwrapping can be disabled if it is causing issues. Setting this to false means you will see Strings like "$iw.$iw.".