Word Wrap Limits

Auto Word wrap (enabling of it on document open) is disabled for files bigger than N Megs for improving performance on loading large files.

The value limit above which word wrap is disabled can be adjusted using XML flag in settings.xml:

<General>
   <WordWrapLimit>0</WordWrapLimit>
</General>

Default value is 2048 Kb.

Example values

#xml_option #performance