I thought I'd put together a project to show how a text editor can be made that features word wrap and caret (cursor) placement using keyboard and mouse. Something that is missing is selection ranges, anyone want to try to remix that feature into this? :) I'm afraid that because it's using stamping it can become a bit slow to detect some key presses once there's a lot of text on the screen... Press escape to reset!
31 Oct 2014 - v2.4b - I give in... Sorry UK keyboards, the pound sign is no more, and the US character # lives on... 20 Oct 2014 - v2.3 - Added more characters ("£%^@;#~<>{}[]\/|). Note that US keyboards might struggle to use the # key? 16 Oct 2014 - v2.3 - Oops... I included a bug in that last update that managed to undo all my good work getting it to go fast! Should work better now! 15 Oct 2014 - v2.2 - Things really were getting slow... Something in Scratch must have changed! So I've reworked some of this so make it faster! Yay :) 08 Jul 2014 - v2.1 - Fixed single unbroken line of letters not wrapping correctly. 08 Jul 2014 - v2.0 - Rearrange to use clones where possible for the letters, this increases the speed dramatically. Sadly, there are more than 300 letters on this screen, so clones alone are not enough, so this script uses clones for the first 300 letters, and then stamps the rest! 07 Jul 2014 - Initial Release v1.0 Thanks to @giantorangesquid for the joke :)