PPrinter

replpp.PPrinter$
object PPrinter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(obj: Object): String
def fixForFansi(ansiEncoded: String): String

We use source-highlight to encode source as ansi strings, e.g. the .dump step Ammonite uses fansi for it's colour-coding, and while both pledge to follow the ansi codec, they aren't compatible TODO: PR for fansi to support these standard encodings out of the box

We use source-highlight to encode source as ansi strings, e.g. the .dump step Ammonite uses fansi for it's colour-coding, and while both pledge to follow the ansi codec, they aren't compatible TODO: PR for fansi to support these standard encodings out of the box

Attributes

def isAnsiEncoded(s: String): Boolean

Concrete fields