Re: How does kate / kwrite store text internally
| Newsgroups | gmane.comp.kde.devel.kwrite |
|---|---|
| Message-ID | <[email protected]> |
Thanks! Out of further curiosity, is it a fixed or variable number of lines per block? Nothing new below this line. On Tuesday, May 17, 2022 10:55:54 AM Waqar Ahmed wrote: > Kate doesn't use any fancy data structure. Internally its an array of > blocks where each block contains a certain number of lines. You can > take a look at the code inside src/buffer directory of KTextEditor to > see how it works internally.