src/Tools/jEdit/etc/options
changeset 60916 a6e2a667b0a8
parent 60914 f39d004f2ff4
child 60973 d94f3afd69b6
equal deleted inserted replaced
60915:2986137093c6 60916:a6e2a667b0a8
     6 public option jedit_print_mode : string = ""
     6 public option jedit_print_mode : string = ""
     7   -- "default print modes for output, separated by commas (change requires restart)"
     7   -- "default print modes for output, separated by commas (change requires restart)"
     8 
     8 
     9 public option jedit_auto_load : bool = false
     9 public option jedit_auto_load : bool = false
    10   -- "load all required files automatically to resolve theory imports"
    10   -- "load all required files automatically to resolve theory imports"
       
    11 
       
    12 public option jedit_auto_resolve : bool = true
       
    13   -- "automatically resolve auxiliary files within the editor"
    11 
    14 
    12 public option jedit_reset_font_size : int = 18
    15 public option jedit_reset_font_size : int = 18
    13   -- "reset main text font size"
    16   -- "reset main text font size"
    14 
    17 
    15 public option jedit_font_scale : real = 1.0
    18 public option jedit_font_scale : real = 1.0