src/Tools/jEdit/etc/options
changeset 53230 6589ff56cc3c
parent 53229 6ce8328d7912
child 53273 473ea1ed7503
equal deleted inserted replaced
53229:6ce8328d7912 53230:6589ff56cc3c
    10   -- "scale factor of add-on panels wrt. main text area"
    10   -- "scale factor of add-on panels wrt. main text area"
    11 
    11 
    12 public option jedit_popup_font_scale : real = 0.85
    12 public option jedit_popup_font_scale : real = 0.85
    13   -- "scale factor of popups wrt. main text area"
    13   -- "scale factor of popups wrt. main text area"
    14 
    14 
       
    15 public option jedit_popup_bounds : real = 0.5
       
    16   -- "relative bounds of popup window wrt. logical screen size"
       
    17 
    15 public option jedit_tooltip_delay : real = 0.75
    18 public option jedit_tooltip_delay : real = 0.75
    16   -- "open/close delay for document tooltips"
    19   -- "open/close delay for document tooltips"
    17 
    20 
    18 public option jedit_tooltip_margin : int = 60
    21 public option jedit_tooltip_margin : int = 60
    19   -- "margin for tooltip pretty-printing"
    22   -- "margin for tooltip pretty-printing"
    20 
       
    21 public option jedit_tooltip_bounds : real = 0.5
       
    22   -- "relative bounds of tooltip window wrt. logical screen size"
       
    23 
    23 
    24 public option jedit_text_overview_limit : int = 100000
    24 public option jedit_text_overview_limit : int = 100000
    25   -- "maximum amount of text to visualize in overview column"
    25   -- "maximum amount of text to visualize in overview column"
    26 
    26 
    27 public option jedit_symbols_search_limit : int = 50
    27 public option jedit_symbols_search_limit : int = 50