idlex
idlex copied to clipboard
Line numbers mysteriously disappear
I was finally able to reproduce this using the following steps:
- Open a new file
- Type
print("one")
, press Enter - Type
print("two")
, press Enter - Type
print("three")
- Save the file (a newline is automatically added for some reason)
- Place cursor on last line and press Backspace to delete the line
- Place cursor at end of line 2 and press Enter
The result is this:
What version of Python are you using? With 3.7 on Linux, I can not replicate the bug.