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