src/Tools/jEdit/src/rendering.scala
changeset 61196 67c20ce71d22
parent 61175 1d9c121cbe4d
child 61449 4f31f79cf2d1
equal deleted inserted replaced
61195:42419fe6f660 61196:67c20ce71d22
   358         }).headOption.map(_.info)
   358         }).headOption.map(_.info)
   359 
   359 
   360 
   360 
   361   /* command status overview */
   361   /* command status overview */
   362 
   362 
   363   def overview_limit: Int = options.int("jedit_text_overview_limit")
       
   364 
       
   365   def overview_color(range: Text.Range): Option[Color] =
   363   def overview_color(range: Text.Range): Option[Color] =
   366   {
   364   {
   367     if (snapshot.is_outdated) None
   365     if (snapshot.is_outdated) None
   368     else {
   366     else {
   369       val results =
   367       val results =