• Kate Internals: The Undo/Redo System

    by  • November 14, 2008

    The Kate Editor Component (also called KatePart) has its own undo/redo system. It did not change much since KDE2 and basically it is very simple. Meanwhile there are classes for undo/redo support in Qt as well. In fact both systems are very similar. This article focuses on Kate Part’s system. Text Operations First we...

    Read more →

    Akademy 08: Kate Flashback

    by  • August 14, 2008

    This Akademy’s Kate changes include fix: drag & drop of text code completion: only show group header if the group name is not empty reintroduction of buffer blocks in Kate’s document buffer (one buffer contains up to 4096 lines). The blocks build a linked list. Editing a 500 MB file kind of works now...

    Read more →

    Kate: Fast backtrace navigation

    by  • August 12, 2008

    I’ve added a new plugin to kdesdk/kate/plugin: a backtrace browser. It’s meant for developers and probably of no use for users. What does it do? It shows a backtrace delivered by gdb in a listview in a Kate toolview. Clicking on an item opens the selected file and jumps to the correct line number....

    Read more →

    Do you understand the word HTML?

    by  • April 16, 2008

    During the Kate developer meeting we also thought about simplifying KWrite and how to make the decision whether KWrite should be launched in full featured mode or in a stripped version. …well, and we found a really funny idea: Note, that this would even work, the question would be rather annoying, though The solution...

    Read more →