mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
[debugger] use soft wraps int text visualization popups, IJPL-171620
^IJPL-171620 fixed (cherry picked from commit 09e431fdccd59fc60eaa88fd63d4f01d43e0a84b) IJ-CR-150031 GitOrigin-RevId: 1b447ca10e4aa98265d0b5543c69d8fd34bb5f5f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4dd41ee9f5
commit
8c13685cde
@@ -176,6 +176,7 @@ public final class DebuggerUIUtil {
|
||||
EditorFactory.getInstance().releaseEditor(editor);
|
||||
});
|
||||
editor.getSettings().setLineNumbersShown(false);
|
||||
editor.getSettings().setUseSoftWraps(true);
|
||||
return editor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user