mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
increase line length limit after which soft wraps are forcibly enabled in editor
This commit is contained in:
@@ -134,7 +134,7 @@ editor.add.carets.on.double.control.arrows=true
|
||||
editor.durable.folding.state=true
|
||||
editor.durable.folding.state.description=If set, collapsed fold regions will preserve their state after a wider variety of document editing changes
|
||||
|
||||
editor.soft.wrap.force.limit=1000
|
||||
editor.soft.wrap.force.limit=10000
|
||||
editor.soft.wrap.force.limit.description=If document contains lines longer than this value, soft wraps will be forcibly enabled in editor due to performance reasons
|
||||
|
||||
ide.showIndexRebuildMessage=false
|
||||
|
||||
Reference in New Issue
Block a user