Passive Notifications in Kate Part
by Dominik • November 6, 2012 • 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 →