I was once tasked with writing a simple text editor. I knew this book inside out so I decided to try putting the text into a tree the way it describes.
This made selecting text quite hard. So I gave up and just put the whole thing into an array. It made everything a lot easier.
Comments
I was once tasked with writing a simple text editor. I knew this book inside out so I decided to try putting the text into a tree the way it describes.
This made selecting text quite hard. So I gave up and just put the whole thing into an array. It made everything a lot easier.