equal
deleted
inserted
replaced
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 { |