Description: kdesdk in upcoming KDE 4.2 contains an improved version of this plugin.
The plugins can be compiled separately for KDE 4.1, but you need to add:
find_package(KDE4 REQUIRED) include(KDE4Defaults)
to the top of the CMakeLists.txt and you need the development packages for kdesdk.
Here you can find the source: svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdesdk/kate/plugins/katebuild-plugin
This is mainly a modification of the make plugin in kdeaddons. The main features of this plugin: -Set the working directory for make -Specify the make command -Chose an extra target -Specify a Quick compile command for the current file. -Run the make/make target/quick compile. -The parsing of the make output is more complete then the make plugin.
When run, the output of make and the compiler (tested with gcc) is parsed an a list of errors/warnings is generated. When a list item is chosen, the file containing the error is opened and the cursor is set to the line of the error/warning.Last changelog:
- fix crash when trying to run two builds at once. - add a break command to cancel a running build.
Ratings & Comments
2 Comments
The .deb also works on Ubuntu Feisty.
Hello, nice addon! I've made an ebuild http://overlay.watzke.cz/overlay/kde-misc/ :)