pybae / QNote

A note taking app for Linux
MIT License
4 stars 0 forks source link

TextBuffers #19

Open pybae opened 9 years ago

pybae commented 9 years ago

Change the implementation of the mainTextEdit to instead of using streams, use a custom buffer implementation.

Need to test for larger files right now to see how our implementation scales up