kate tabbar plugin
jgoday
Source i (link to git-repo or to original if based on someone elses unmodified work):
Added two shortcuts for each combobox, allow to configure the shortcuts through the plugin config page
* Works with pling-storeor ocs-url
More Text Editors from jgoday:
Other Text Editors:
© 2025 store.kde.org - The official KDE Store
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
2 Comments
If i try in the source tree : mkdir build cd build cmake .. i get an error for the macro kde4_add_plugin who is not defined.
You need to add this to the CMakeLists.txt file Quote:
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules )
# search packages used by KDE
find_package(KDE4 REQUIRED)
include(KDE4Defaults)
include(MacroLibrary)
# The FindKDE4.cmake module sets _KDE4_PLATFORM_DEFINITIONS with
# definitions like _GNU_SOURCE that are needed on each platform.
set(CMAKE_REQUIRED_DEFINITIONS ${_KDE4_PLATFORM_DEFINITIONS})
add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
include_directories (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
or compile it into the kdesdk/kate/plugins