-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hyrogen Run not working correctly with if/else statements in python #1341
Comments
You may want to try this package, which takes care of the whitespace problem. And then you may want to file the if/else behaviour as a feature request to that package, because it's a language specific issue? |
@mbroedl: I use that package already, and it doesn't help. |
This specific issue should have been fixed from #1363 when selecting indented if/else blocks. For automatic if/else completion, see hydrogen-python. |
Pictures say more than words...
When attempting to run the following scenarios (i.e. execute the selected lines by hitting shift + enter) we'l run into some issues:
only runs the
if
part:This is unfortunate but could be considered a beauty problem, as
circumvents this issue:
However, within indented sections (where usually this is possible:
-> )
This: will now also fail:
Versions:
OS: Win 10 Enterprise
Atom : 1.27.2
Electron: 1.7.15
Chrome : 58.0.3029.110
Node : 7.9.0
The text was updated successfully, but these errors were encountered: