Maybe easiest is to make a github issue, then we can also better track the issue.
From: [email protected] Sent: 24 July 2017 17:52 To: Pyzo Cc: [email protected] Subject: Re: [Pyzo] Blank Lines On Monday, July 17, 2017 at 3:16:22 PM UTC-5, Almar Klein wrote: > 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. > Okay, it is acting up now! I got some screenshots. How do I attach them to this? -- 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.
