From 74dad585bfbc83e41eb9799016e2275f6a96cd98 Mon Sep 17 00:00:00 2001 From: "Ilya.Kazakevich" Date: Wed, 15 Apr 2015 23:13:35 +0300 Subject: [PATCH] Additional line added to prevent scrollbar from hiding prompt (PY-15583) --- .../jetbrains/commandInterface/console/CommandConsole.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/src/com/jetbrains/commandInterface/console/CommandConsole.java b/python/src/com/jetbrains/commandInterface/console/CommandConsole.java index 819293b9d2bd..aef12c255109 100644 --- a/python/src/com/jetbrains/commandInterface/console/CommandConsole.java +++ b/python/src/com/jetbrains/commandInterface/console/CommandConsole.java @@ -134,6 +134,7 @@ final class CommandConsole extends LanguageConsoleImpl implements Consumer "); - ApplicationManager.getApplication().invokeAndWait(new Runnable() { @Override public void run() { notifyStateChangeListeners(); + configureLeftBorder(true, getConsoleEditor(), getHistoryViewer()); setLanguage(CommandLineLanguage.INSTANCE); final CommandLineFile file = PyUtil.as(getFile(), CommandLineFile.class); resetConsumer(null); @@ -190,11 +190,11 @@ final class CommandConsole extends LanguageConsoleImpl implements Consumer