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
Shift-tab doesn't unindent by default (ctrl/cmd-[ does). Shift-tab auto-indents, and since python indentation isn't unambiguous from source, that may change the code.
Using the official Python demo: https://codemirror.net/mode/python/
Paste in this code:
Select all text then try Shift+Tab to unindent it.
I expected this:
But got this:
This issue is also described here: LightTable/Python#41
The text was updated successfully, but these errors were encountered: