That is really odd ... I appreciate the ASCII art, but can you perhaps send a screenshot ? :)
- Almar From: [email protected] Sent: 17 July 2017 22:04 To: Pyzo Subject: [Pyzo] Blank Lines 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. -- 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.
