Revision f431081...

Go back to digest for 16th February 2014

Features in KDE Base

Alexander Neundorf committed changes in [kate] /kate/katebuild-plugin:

build plugin: make "Build previous target" always build the previous target again

Before, only targets which had been selected explicitely, i.e. via
the selection-dialog or from the list, were considered.
I.e. if the default target or the clean target were built, these
were ignored when building the "previous target".
This was intended as a feature, so you could select the targets
you want and build them again using "build previous target",
and "make all" and "make clean" did not interfere with them.
But Kare considered it a bug, and actually I tend to agree,
so now also when building the default target, the next time
"build previous target again" is used, it will build the default
target (since this was the target which was built before).

Alex

File Changes

Modified 2 files
  • /kate/katebuild-plugin
  •   addons/plugin_katebuild.cpp
  •   addons/plugin_katebuild.h
2 files changed in total