You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With "Wrap lines" unchecked on the History pane, every time I run some code, because of how long the string printed is, the pane tries to show the end of the string. With that, I can't see prior shorter commands. See the example below:
What steps reproduce the problem?
Uncheck "Wrap lines" on the History pane
Run a code with F5
See that the horizontal bar is adjusted to show the end of the long command string
Would it be possible to show the beginning of the text instead?
Also, if I select a line on the History pane and press F9, nothing happens. Wouldn't it be nice if the same command would run (on the Console) if pressing F9 after selecting a line in the History pane?
Spyder version: 5.0.5
The text was updated successfully, but these errors were encountered:
Problem Description
With "Wrap lines" unchecked on the History pane, every time I run some code, because of how long the string printed is, the pane tries to show the end of the string. With that, I can't see prior shorter commands. See the example below:
What steps reproduce the problem?
Would it be possible to show the beginning of the text instead?
Also, if I select a line on the History pane and press F9, nothing happens. Wouldn't it be nice if the same command would run (on the Console) if pressing F9 after selecting a line in the History pane?
The text was updated successfully, but these errors were encountered: