src/Tools/jEdit/src/jedit_options.scala
changeset 81296 59994f7feace
parent 78916 e97fa2edf4b2
equal deleted inserted replaced
81295:66c253421be4 81296:59994f7feace
    71     class GUI extends Bool_GUI(this, "Proof state") {
    71     class GUI extends Bool_GUI(this, "Proof state") {
    72       tooltip = "Output of proof state (normally shown on State panel)"
    72       tooltip = "Output of proof state (normally shown on State panel)"
    73     }
    73     }
    74   }
    74   }
    75 
    75 
       
    76   object auto_hovering extends Bool_Access("editor_auto_hovering") {
       
    77     class GUI extends Bool_GUI(this, "Auto hovering") {
       
    78       tooltip = "Automatic mouse hovering without keyboard modifier"
       
    79     }
       
    80   }
    76 
    81 
    77 
    82 
    78   /* editor pane for plugin options */
    83   /* editor pane for plugin options */
    79 
    84 
    80   trait Entry extends Component {
    85   trait Entry extends Component {