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
Another small nitpick, but pressing Home in the interpreter goes to the first character (not including the console prompt, i.e. >>> ).
However, pressing Shift+Home, which you would expect would highlight everything from line start to the cursor, instead highlight everything from the console prompt to the cursor.
For example, with the code >>> print("Hello, World!"), pressing Home selects the area right before the p in print(), but pressing Shift+Home also selects the >>> , which prevents me from selecting the line using Shift+Home.
The text was updated successfully, but these errors were encountered:
Another small nitpick, but pressing Home in the interpreter goes to the first character (not including the console prompt, i.e.
>>>
).However, pressing Shift+Home, which you would expect would highlight everything from line start to the cursor, instead highlight everything from the console prompt to the cursor.
For example, with the code
>>> print("Hello, World!")
, pressing Home selects the area right before thep
inprint()
, but pressing Shift+Home also selects the>>>
, which prevents me from selecting the line using Shift+Home.The text was updated successfully, but these errors were encountered: