src/Tools/jEdit/etc/options
changeset 53639 09a4954e7c07
parent 53487 fc87164e3577
child 53715 68c664737d04
equal deleted inserted replaced
53638:203794e8977d 53639:09a4954e7c07
    19   -- "open/close delay for document tooltips (seconds)"
    19   -- "open/close delay for document tooltips (seconds)"
    20 
    20 
    21 public option jedit_tooltip_margin : int = 60
    21 public option jedit_tooltip_margin : int = 60
    22   -- "margin for tooltip pretty-printing"
    22   -- "margin for tooltip pretty-printing"
    23 
    23 
    24 public option jedit_text_overview_limit : int = 100000
    24 public option jedit_text_overview_limit : int = 65536
    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
    28   -- "maximum number of symbols in search result"
    28   -- "maximum number of symbols in search result"
    29 
    29