changeset 58750 | 1b4b005d73c1 |
parent 57833 | 2c2bae3da1c2 |
child 59120 | 74fde39274d5 |
--- a/src/Tools/jEdit/etc/options Tue Oct 21 17:49:51 2014 +0200 +++ b/src/Tools/jEdit/etc/options Tue Oct 21 19:20:48 2014 +0200 @@ -30,6 +30,9 @@ public option jedit_text_overview_limit : int = 65536 -- "maximum amount of text to visualize in overview column" +public option jedit_structure_limit : int = 1000 + -- "maximum number of lines to scan for language structure" + public option jedit_symbols_search_limit : int = 50 -- "maximum number of symbols in search result"