src/Tools/jEdit/src/rich_text_area.scala
changeset 73367 77ef8bef0593
parent 73343 d0378baf7d06
child 73875 6e43936f2111
equal deleted inserted replaced
73366:5f388e514ab8 73367:77ef8bef0593
   219               try { text_area.moveCaretPosition(range.start) }
   219               try { text_area.moveCaretPosition(range.start) }
   220               catch {
   220               catch {
   221                 case _: ArrayIndexOutOfBoundsException =>
   221                 case _: ArrayIndexOutOfBoundsException =>
   222                 case _: IllegalArgumentException =>
   222                 case _: IllegalArgumentException =>
   223               }
   223               }
   224               text_area.requestFocus
   224               text_area.requestFocus()
   225             }
   225             }
   226             link.follow(view)
   226             link.follow(view)
   227           case None =>
   227           case None =>
   228         }
   228         }
   229         active_area.text_info match {
   229         active_area.text_info match {