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
The fix for this should also address #290 by checking if the input is "complete" after a newline, though it should check if the last statement could be continued even if it is complete, e.g. if w/o an else or try without a finally.
There are various complaints about the right click to paste behavior - all of which are non-issues with Ctrl+v paste.
This includes:
\ncomes in reverse (Right-click paste with \n comes out upside down? #496)The fix for this should also address #290 by checking if the input is "complete" after a newline, though it should check if the last statement could be continued even if it is complete, e.g.
ifw/o anelseortrywithout afinally.