When I am typing the code in the editor, if I am on a blank line and press 
"enter", the new line does not show up and the line numbering increments, but 
it increments in a way that both the old line number and the new line number 
are shown in the same space, making it impossible to read. How do I set the 
editor to create a new line normally, or is this a bug?

Example of what it looks like:

Before pressing enter
Line Numbers |   Line
1            |   print("Hello World")
2            |   

After pressing enter
Line Numbers                   |   Line
1                              |   print("Hello World")
(2 and 3 on top of each other) |   

What I want
Line Numbers | Line
1            | print("Hello World")
2            |
3            |

-- 
You received this message because you are subscribed to the Google Groups 
"Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to