PPrinter

replpp.PPrinter$
object PPrinter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PPrinter.type

Members list

Value members

Concrete methods

def apply(objectToRender: Object, maxHeight: Int, nocolors: Boolean): 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(string: String): Boolean