Skip to content

Commit 731966a

Browse files
committed
feat(editor): enable soft wraps in editor #371
Previously commented soft wraps setting is now enabled to improve text readability in the editor.
1 parent b8df6e2 commit 731966a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/kotlin/cc/unitmesh/devti/provider/local/LocalJsonTextProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class JsonLanguageField(
5353
val scheme = EditorColorsUtil.getColorSchemeForBackground(this.colorsScheme.defaultBackground)
5454
this.colorsScheme = this.createBoundColorSchemeDelegate(scheme)
5555

56-
// this.settings.isUseSoftWraps = true
56+
this.settings.isUseSoftWraps = true
5757
// this.settings.isAdditionalPageAtBottom = false
5858
// this.settings.isCaretRowShown = false
5959

0 commit comments

Comments
 (0)