etc/options
changeset 53839 c503730efae5
parent 53627 cfab88cd7ba7
child 53847 52790e3961fe
     1.1 --- a/etc/options	Thu Jul 18 22:00:35 2013 +0200
     1.2 +++ b/etc/options	Thu Jul 18 22:18:20 2013 +0200
     1.3 @@ -125,3 +125,13 @@
     1.4  
     1.5  public option editor_chart_delay : real = 3.0
     1.6    -- "delay for chart repainting"
     1.7 +
     1.8 +
     1.9 +section "Miscellaneous Tools"
    1.10 +
    1.11 +public option find_theorems_limit : int = 40
    1.12 +  -- "limit of displayed results"
    1.13 +
    1.14 +public option find_theorems_tac_limit : int = 5
    1.15 +  -- "limit of tactic search for 'solves' criterion"
    1.16 +