Re: Show .gitignore-d files
Giovanni Santini <[email protected]> Tue, 11 Jun 2024 14:44:29 +0200
| Newsgroups | gmane.comp.kde.devel.kwrite |
|---|---|
| Message-ID | <[email protected]> |
Hi Christoph, On 2024-06-11 13:13, [email protected] wrote: > Hi, > > the collections happens inside kate/addons/project/kateprojectworker.cpp > Thanks for pointing out the location, I am thus able to replicate the files listing from the terminal. > I am not sure how to add that best. > To make that greyed out will require to invent an additional role and > one will need to think what that implies e.g. for the search plugin that > queries all project files. Shall they be omitted there? I would assume > so. > > Greetings > Christoph As of today the list of files is a list of strings shown from the plugin. I am thinking that a toggle option for showing Git ignored files could be an easy way forward, since otherwise we would have to change from a list of string to some sort of string with additional metadata, which would be useful for Git but I am not sure for the other VCS systems. -- Giovanni Santini