Reload the makefile after adding a filter to it on Project Configuration
Milian Wolff
mail at milianw.de
Tue Dec 10 12:20:22 UTC 2013
On Tuesday 10 December 2013 09:57:22 Tomaz Canabrava wrote:
> Hullo.
>
> Yesterday I was annoying Millian to help me a bit on the KDevelop internals
<snip> One L in my name only :P
> diff --git a/project/abstractfilemanagerplugin.cpp
> b/project/abstractfilemanagerplugin.cpp
> index 0536c40..fed801c 100644
> --- a/project/abstractfilemanagerplugin.cpp
> +++ b/project/abstractfilemanagerplugin.cpp
> @@ -154,6 +154,7 @@ void
> AbstractFileManagerPlugin::Private::addJobItems(FileManagerListJob* job,
> return;
> }
>
> +
> kDebug(9517) << "reading entries of" << baseItem->url();
unrelated change, revert it please.
<snip>
> And in the custom makefile, at kdevelop, I plugged those signals and looked
> if the file or folder url was 'Makefile' then I'd asked the code to
> re-generate the model for it. that didn't worked because no 'Makefile' was
> send. Anybody has a hint?
Have you enabled debug area 9517 in kdebugdialog and took a look at its output
after you changed the project filter?
Bye
--
Milian Wolff
mail at milianw.de
http://milianw.de
More information about the KDevelop-devel
mailing list