• Archive for November, 2008

    The Vi input mode for Kate is “done”

    by  • 2008-11-24 • KDE

    Please see http://kate-editor.org/kate-vi-mode/ for an updated overview of the Kate VI mode project.
    I just marked the Vi input mode (“V.I.M.”? :) ) for the Kate kpart as done in the feature plan for KDE 4.2. It feels a bit weird to mark it as done, though, as there are tonnes of things I want …

    Read more →

    Kate Internals: The Undo/Redo System

    by  • 2008-11-14 • Developers

    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 have [...]

    Read more →