Re: special treatment of $PROJECTDIR/build (in search/replace)?

Aleix Pol <[email protected]> Thu, 7 Nov 2019 15:26:20 +0100
Newsgroups gmane.comp.kde.users.kdevelop
Message-ID <CACcA1RrLqedT7sPp-6t7wVHJhB2exdXhaMrBfcO_aeGudnfd9w@mail.gmail.com>
There's a field to exclude directories in the find and replace dialog.

Aleix

On Thu, Nov 7, 2019 at 9:27 AM RenĂ© J.V. Bertin <[email protected]> wrote:
>
> Hi,
>
> Is there a special treatment of directories called "build" under the toplevel project directory, despite the fact that it is *not* listed in the project's filter list? I notice that I can search in subdirectories of that directory, but the search dialog claims there are no files matching the pattern when I search in `build` itself.
>
> Context: I have to do some work on the wxWidgets sources. This project has a rather interesting cmake implementation which is completely contained in $PROJECTDIR/build/cmake . While legacy autoconf builds are supposed to be done in that build directory, cmake-based builds are supposed to take place out-of-tree. I must say I like
>
> FWIW, it *would* make sense to exclude this directory by default from the dirwatcher, if it is indeed the build directory!
>
> Thanks,
>
> R.