mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
RUBY-23050 don't store string literals in method summaries if they are above a certain limit
Repurpose the i18n yaml registry key for this, they are used for similar purposes.
This commit is contained in:
@@ -1397,8 +1397,8 @@ ruby.resolve.cache.batchMode.description=Enable caching of results of references
|
||||
ruby.resolve.enable.valid.implicit.fqn.match=false
|
||||
ruby.resolve.enable.valid.implicit.fqn.match.description=Consider text-based FQN matches as valid resolve results
|
||||
ruby.complete.do.block.by.space=false
|
||||
ruby.i18n.index.truncated.size=2000
|
||||
ruby.i18n.index.truncated.size.description=Limit for i18n translation values stored in special index
|
||||
ruby.index.string.limit=2000
|
||||
ruby.index.string.limit.description=Limit for storing strings in indices
|
||||
|
||||
search.everywhere.pattern.checking=true
|
||||
search.everywhere.pattern.checking.description=Avoid searching classes and symbols if pattern contains only one dot
|
||||
|
||||
Reference in New Issue
Block a user