src/Tools/jEdit/src/rendering.scala
changeset 55710 2d623ab55672
parent 55690 d73949233c2e
child 55713 734ac5709fbe
equal deleted inserted replaced
55709:4e5a83a46ded 55710:2d623ab55672
   220 }
   220 }
   221 
   221 
   222 
   222 
   223 class Rendering private(val snapshot: Document.Snapshot, val options: Options)
   223 class Rendering private(val snapshot: Document.Snapshot, val options: Options)
   224 {
   224 {
       
   225   override def toString: String = "Rendering(" + snapshot.toString + ")"
       
   226 
       
   227 
   225   /* colors */
   228   /* colors */
   226 
   229 
   227   def color_value(s: String): Color = Color_Value(options.string(s))
   230   def color_value(s: String): Color = Color_Value(options.string(s))
   228 
   231 
   229   val outdated_color = color_value("outdated_color")
   232   val outdated_color = color_value("outdated_color")