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.



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.


Both bugs are fixed in 0.1.8, BTW. c:



[Please log in to post a comment]