Let Python Shell do the indentation correctly.
Hi,
Currently, the Python Shell can't indent codes input there correctly. Could you please add this feature for wing?
Regards, HY
First time here? Check out the FAQ!
Hi,
Currently, the Python Shell can't indent codes input there correctly. Could you please add this feature for wing?
Regards, HY
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2020-09-23 05:21:21 -0500
Seen: 289 times
Last updated: Sep 23 '20
How to install packages using pip from within Wing
Let the space keystroke invoking the drop-down completion window if possible.
Drag and Drop Watch Window Variables?
Is there a way to right click to open a folder as a project
Adding spaces between parentheses and arguments
Could you give us an example of what isn't working for you?
Example:
Result:
This seems to work for me. I may be confused due to the messed up formatting your comment had due to the slightly braindead options in this forum. I tried to fix that by editing it; I thought at first maybe 'print(i)' was not indented but it seemed to be. If it were not indented, this is not really something we can fix since moving relative indents within a pasted block has cases where there's ambiguity. However, we do re-indent pasted blocks of code in the shells so it removes any leading indent before all the lines. The bottom line is we may need further clarification on this one.