• Kate plugin updates part 1

    by  • June 21, 2011 • Developers, Users • 1 Comment

    KDE SC (or was it Platform?) 4.7 will bring some enhancements to Kate plugins. First up is the build plugin. The new thing for the build plugin is the ability to specify multiple targets per session. This means that you can build debug/releas/… targets without having to jump between sessions. The default setup/targets contain a configure target with a CMake command and a build target that runs make.

    Screenshot of the default "Config" target

    Screenshot of the default "Build" target

    Targets can be added, copied and deleted. If the last target is deleted the default targets will be re-added.

    When the targets are set up, you can of course select a specific target by selecting the settings tab and there select the desired target from the small combo box. To make target switching faster, there is a “Next Target” action. This action will switch to the next target in the target combo-box. If the settings tab is not visible it will open the tab to display the current target. There is no default shortcut-key for the actions, but fortunately it is not hard to change a shortcut in KDE applications :) My personal shortcut-setup can be seen in the build-menu screen-shot.

    Screenshot of the "Build" menu

    Next up will be the GDB plugin

    About

    One Response to Kate plugin updates part 1

    1. June 21, 2011 at 19:51

      Nice to see active developments on plugin front! Keep up the good work ;)