Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
Kate terminal variables
Is it possible to substitute the name of the current buffer into the Konsole window pane using a variable?
e.g:
command $currentbuffer
Hmm, interesting question.
Maybe through Kate's DCOP interface
Cheers,
_
Qt/KDE Developer
Debian User
I already looked there but couldn't find anything (strange enough). Note I looked with the Kate supplied with KDE 3.4.3, maybe a decent DCOP call exists in KDE 3.5.x. You can find it with the kdcop utility.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)
This is also for Kate from KDE3.4
|
Source code
|
1
|
dcop kate __KateMainWindow#1 caption | sed s#" - Kate"##
|
Cheers,
_
Qt/KDE Developer
Debian User