Commit fef09088 authored by Dmitry Batrak's avatar Dmitry Batrak
Browse files

IDEA-156850 show indent guides (if configured globally) in preview editors

parent f7c6660b
Showing with 0 additions and 1 deletion
+0 -1
......@@ -193,7 +193,6 @@ public class UsagePreviewPanel extends UsageContextPanelBase implements DataProv
protected void customizeEditorSettings(EditorSettings settings) {
settings.setLineMarkerAreaShown(false);
settings.setIndentGuidesShown(false);
settings.setFoldingOutlineShown(false);
settings.setAdditionalColumnsCount(0);
settings.setAdditionalLinesCount(0);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment