Minecraft copy&paste appears to limit the copypasted text size to 128 chars and is making problems with newlines.
Let's try to make copypasting more handy (It uses 'r' script we created before).
http://jsfiddle.net/9WbbP/8/show/
So now I assume you can copy paste programs into Computercraft
- Decrese cost (characters count) of encoding of space i.e. by using regex replace
- Remove dependencies to third party hosted js libs
- "Copy" buttons
(edit or fork here: http://jsfiddle.net/9WbbP/8/ )
Here is other more HC version: