Python console misbehavior with multiline editing of history commands

Completed

This is a bug I can reproduce consistently in version 2018.2.3 and a 2017 I had before.

Steps to reproduce

* Open Python console

* Type:

for i in range(12):
print(i)

* Press enter

* then use Up arrow to get the command again from the history

* edit it by adding

for i in range(12):

print("la")

print(i)

* Then navigate with the Up and down arrows to the end and hit enter

Result:

Nothing happens

The only workaround I found is to navigate to the end with right arrow.

0
2 comments
Avatar
Permanently deleted user

It is fixed in release 2018.2.4 few hours ago. That is great since we have a workshop tomorrow and suggest to all to use Pycharm.

Thank you

0

Hi Meili,

Thank you for contacting PyCharm support.

Sorry for a late response.

Glad to hear that it works now!

 

Kind regards,

Sergey

https://www.jetbrains.com

The Drive to Develop

0

Please sign in to leave a comment.