Log In  

Copying and pasting code in the editor results in the pasted code having a space added at the end of each line. Also, spaces at the end of lines count for a token. These two bugs together make it frustrating to reuse code.

P#20165 2016-05-04 16:05 ( Edited 2016-07-01 07:31)

I just came to report this myself. I hope it's already fixed in 0.1.7.

If not, here's a demonstration of the token count going from 3 to 4 after paste, and then back to 3 after I delete the added space:

Happens to every line in the pasted block. Rapidly eats tokens if you iterate on code a lot.

Win7 x64, btw.

P#23206 2016-06-19 11:38 ( Edited 2016-06-19 15:39)

Both bugs are fixed in 0.1.8, BTW. c:

P#24059 2016-07-01 03:31 ( Edited 2016-07-01 07:31)

[Please log in to post a comment]