Enables MAX_SCREEN_LINE_LENGTH to now be set via a config option in editor settings. Defaults to 500

This commit is contained in:
Warren Powell
2017-05-19 15:55:52 +12:00
committed by wpowell-oss
parent 841104a732
commit ce99d401c2
2 changed files with 7 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ const EDITOR_PARAMS_BY_SETTING_KEY = [
['editor.softWrapHangingIndent', 'softWrapHangingIndentLength'],
['editor.softWrapAtPreferredLineLength', 'softWrapAtPreferredLineLength'],
['editor.preferredLineLength', 'preferredLineLength'],
['editor.maxScreenLineLength', 'maxScreenLineLength'],
['editor.autoIndent', 'autoIndent'],
['editor.autoIndentOnPaste', 'autoIndentOnPaste'],
['editor.scrollPastEnd', 'scrollPastEnd'],