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
Using the same starting code above, selecting lines 4-9 and block commenting gives the expected result and will not reproduce the last line exclusion. Similarly, selecting lines 2-10 gives the expected result. Inserting a line of whitespace between lines 3 and 4 and the block commenting again behaves as expected.
However, with at least six lines of code in the first block of code before the whitespace, I can reproduce the last line exclusion with an arbitrary number of lines following the whitespace.
No difference whether I select whole lines or click and drag character-by-character.
Version and main components
Spyder Version: 2.3.4
Python Version: 2.7.9
Qt Version : 4.8.6, PyQt4 (API v2) 4.11.3 on Darwin
The text was updated successfully, but these errors were encountered:
Description
Selecting the following and block commenting
should result in
but instead results in
Using the same starting code above, selecting lines 4-9 and block commenting gives the expected result and will not reproduce the last line exclusion. Similarly, selecting lines 2-10 gives the expected result. Inserting a line of whitespace between lines 3 and 4 and the block commenting again behaves as expected.
However, with at least six lines of code in the first block of code before the whitespace, I can reproduce the last line exclusion with an arbitrary number of lines following the whitespace.
No difference whether I select whole lines or click and drag character-by-character.
Version and main components
The text was updated successfully, but these errors were encountered: