
kate tabbar plugin
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
sashap
10 years ago
After clicking 'OK' on configuration window (without any change) tabbar goes to 'Top', but after kate's restart situation repeats.
Report
ruf
11 years ago
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde-config --prefix` ..
make
I get the following error:
Downloads/katetabbar/katetabsplugin.h:31: Error: Undefined interface
automoc4: process for /home/i/Downloads/katetabbar/build/moc_katetabsplugin.cpp failed: Unknown error
pid to wait for: 0
returning failed..
make[2]: *** [CMakeFiles/katetabsplugin_automoc] Error 1
make[1]: *** [CMakeFiles/katetabsplugin_automoc.dir/all] Error 2
make: *** [all] Error 2
??
Report
sashap
10 years ago
apt-get install apt-file
apt-file search kate/pluginconfigpageinterface.h
in my case:
kdesdk-dev: /usr/include/kate/pluginconfigpageinterface.h
apt-get install kdesdk-dev
Report
mtorromeo
11 years ago
Even if I configured it to be positioned at the top, it always starts at the bottom when restarting kate. If I go to the plugin config dialog, I find that it is already configured to be at the top, then I click OK without changing anything and the tabs go to the top.
Report
dotancohen
12 years ago
Report
jgoday
12 years ago
Does konsole, konqueror or even kdevelop break KDE HIG doctrine ?
Report
jgoday
12 years ago
Report
FrancesKo
12 years ago
Report
jgoday
12 years ago
Report
kpd7364
12 years ago
Report
jgoday
12 years ago
But you can installing it with cmake
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/your_kde_installation_dir ../
Report
adz21c
12 years ago
Other than that, good work.
Report
jgoday
12 years ago
The tabbar position and shape can be configured.
Anyway, i don't know why but like the tabs comming from the toolbar (something like safari http://images.apple.com/euro/safari/images/tabs20070611.png)
Report
adz21c
12 years ago
Report
jgoday
12 years ago
Report