"exclude_patterns" does not work

Waqar Ahmed waqar.17a at gmail.com
Sat Nov 23 19:22:44 GMT 2024


also share the contents of the project file.

if it lives here: /home/projects/remix/remix-start/.kateproject and
your node_modules are in /home/projects/remix/remix-start/node_modules

then

["^node_modules"] or ["node_modules"] should be enough

paths are relative usually, so a file like:

/home/projects/remix/remix-start/folder1/file1.js

will be converted to:

folder1/file1.js

and then regex will be matched against this file


On Sun, Nov 24, 2024 at 12:16 AM Waqar Ahmed <waqar.17a at gmail.com> wrote:
>
> which folder contains the .kateproject file?
>
> On Sun, Nov 24, 2024 at 12:02 AM m.madadi <madadi.majid at gmail.com> wrote:
> >
> > Hi,
> > My project folder structure is as follows:
> > /home/projects/remix/remix-start/
> >
> > The value ["^projects/remix/remix\\-start/node_modules", "^remix\\-start/node_modules","*node_moduls*"] for exlude_patterns does not work and I the folder node_modules still is listed in quick open dialog.
> > Please help.
> > Thanks


More information about the KWrite-Devel mailing list