increase line length limit after which soft wraps are forcibly enabled in editor

This commit is contained in:
Dmitry Batrak
2015-04-29 17:15:50 +03:00
parent 5338d0aea5
commit 16d4ac455e
@@ -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