View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Kwrite

From LQWiki

Jump to: navigation, search

Kwrite is a simple text editor for use under the KDE desktop, with syntax highlighting, codefolding, dynamic word wrap and more, it's the lightweight version of Kate, providing more speed for minor tasks. It ships per default with KDEBASE package.

Hip things to do

Did you know that you can remote-control kwrite with a shell script ? For example, after starting kwrite,

dcop $(dcop|grep kwrite) EditInterface#1 insertText 1 1 hallo  

will insert "hallo" at row 1, column 1.

External links


Personal tools