All Projects → Andersbakken → LazyTextEdit

Andersbakken / LazyTextEdit

Licence: Apache-2.0 license
A Qt based text editor that lazily loads data from disk when necessary.

Programming Languages

C++
36643 projects - #6 most used programming language
shell
77523 projects
LazyTextEdit is a Qt based text editor that lazily loads data from disk when
necessary.

It tries to keep memory usage as low as possible and only stores chunks of data
that have been modified. Its APIs resembles that of
QText(Edit|Document|Cursor). It supports basic formatting options using
TextSections and SyntaxHighlighter.

LazyTextEdit is licensed under the Apache 2.0 license (See LICENSE)

If you have bug reports/feature requests etc please send an email to Anders
Bakken <[email protected]>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].