ddabapps / duse

A little tool for Delphi programmer to find the possible unit scopes that a unit belongs to
https://delphidabbler.com/software/unit2ns
MIT License
14 stars 2 forks source link

Allow for certain unit scopes to be ignored #7

Open delphidabbler opened 2 years ago

delphidabbler commented 2 years ago

E.g.if you're developing for the VCL then you probably don't need anything in the FMX scope to be displayed.

One possible solution:

Allow user to create a blacklist of scope names and ignore any search results within blacklisted scopes. This could be done either by entering wild cards or by selecting from a (hierarchical) check list. Allow such a list to be edited or deleted at any time.

Store the list with the mapping data.

delphidabbler commented 2 years ago

How about having a shortcut method to selectively show and hide FMX or VCL unit names. That would probably be the best use case for ignoring certain scopes.