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
Seems to be a problem w/ how Atom interprets the code. For loops it will give me the option to "fold" or "collapse" by clicking the carrot in the line number. Yet, if loops have no such luck.
Editor name and version: Atom 1.35.1
Platform: Mac OS Sierra 10.12.6
Color scheme: One Dark/Solarized Dark
MagicPython version: 0.4.15
A sreenshot:
5-10 lines of surrounding code:
## this works:
for i in range(10):
print( i)
## this doesn't:
if not False:
print("test worked")
The text was updated successfully, but these errors were encountered:
Seems to be a problem w/ how Atom interprets the code.
For
loops it will give me the option to "fold" or "collapse" by clicking the carrot in the line number. Yet,if
loops have no such luck.Editor name and version: Atom 1.35.1
Platform: Mac OS Sierra 10.12.6
Color scheme: One Dark/Solarized Dark
MagicPython version: 0.4.15
A sreenshot:
![image](https://user-images.githubusercontent.com/2372346/55832867-7bf1d380-5ae4-11e9-94b9-83f23e6258de.png)
5-10 lines of surrounding code:
The text was updated successfully, but these errors were encountered: