• Users

    Passive Notifications in Kate Part

    by  • November 6, 2012 • Developers, Users • 14 Comments

    In KDE 4.10, Kate Part got a new MessageInterface. The idea of this interface is to have a standardized way of showing notifications in a non-intrusive way, similar to how KMessageWidget in kdelibs works. Using the MessageInterface is extremly easy, for instance to show a quick notification, you write KTextEditor::Message *message = new KTextEditor::Message(KTextEditor::Message::Positive,...

    Read more →

    Loading Remote Files

    by  • November 5, 2012 • Developers, Users • 7 Comments

    Loading huge files over the internet may take quite a long time. In KDE 4.10, Kate Part will show a passive message after 1 second that tells you the file is still being loaded, and, if wanted, the user can abort the loading process. It looks like this: This also fixes bug #128273. Again, cookies...

    Read more →

    Using the Projects Plugin in Kate

    by  • November 2, 2012 • Events, Users • 11 Comments

    Introducing the Projects Plugin for KDE SC 4.10 The basic idea of the Projects plugin is to have a structured list of files belonging to the  project with the following properties: provide a structured view of the files make it easy and very fast to open and switch projects support search & replace for...

    Read more →