Skip to content
Commit c403d9de authored by Dominik Haumann's avatar Dominik Haumann
Browse files

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).

original commit by Alex:
http://commits.kde.org/kate/f4310810766074122a885379355401939ed77972
parent 68e5c2e1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment