• Posts Tagged ‘planet’

    Default Color Schemas

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

    With KDE 4.10, the naming of the color schemas in Kate Part changed. Instead of having “<app name> – Normal” and “<app name> – Printing” we now just have “Normal” and “Printing,” meaning that all applications using Kate Part now share these color schemas. In other words: If you change the Normal schema in...

    Read more →

    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 →