src/Tools/jEdit/src/find_dockable.scala
changeset 52951 de4bccddcdbd
parent 52946 976bd071360c
child 52971 31926d2c04ee
equal deleted inserted replaced
52950:9a65588c0118 52951:de4bccddcdbd
   143     verifier = (s: String) =>
   143     verifier = (s: String) =>
   144       s match { case Properties.Value.Int(x) => x >= 0 case _ => false }
   144       s match { case Properties.Value.Int(x) => x >= 0 case _ => false }
   145   }
   145   }
   146 
   146 
   147   private val allow_dups = new CheckBox("Duplicates") {
   147   private val allow_dups = new CheckBox("Duplicates") {
   148     tooltip = "Allow duplicates in result (faster for large theories)"
   148     tooltip = "Show all versions of matching theorems"
   149     selected = false
   149     selected = false
   150   }
   150   }
   151 
   151 
   152   private val apply_query = new Button("Apply") {
   152   private val apply_query = new Button("Apply") {
   153     tooltip = "Find theorems meeting specified criteria"
   153     tooltip = "Find theorems meeting specified criteria"