Sourcetrail icon indicating copy to clipboard operation
Sourcetrail copied to clipboard

Filter out elements from graph and code results

Open egraether opened this issue 8 years ago • 8 comments

Add a button to the top of the graph view that opens a dialog for:

  • defining displayed node and edge types
  • defining regex for displayed/ignored node names
  • define excluded parent files and directories

Currently active filters need to be visible to the user during navigation (e.g. as pills UI next to the dialog button)

egraether avatar Mar 10 '16 17:03 egraether

Use-case: toggling visibility of references to test code

suggestions:

  • filter to exclude certain files from view
  • regexps to create custom buckets for these symbols

egraether avatar Jan 16 '17 15:01 egraether

+1 by mail

egraether avatar Jan 18 '17 12:01 egraether

+1 by mail

egraether avatar Jan 30 '17 12:01 egraether

  • 1 by mail AND / OR / NOT / Regex / Wildcards

egraether avatar Feb 08 '17 13:02 egraether

+1 by mail

egraether avatar Jul 03 '17 09:07 egraether

use to filter out dependencies from test code +1 by mail

egraether avatar Aug 01 '17 09:08 egraether

and see all non-indexed symbols +1 by mail

egraether avatar Aug 29 '17 09:08 egraether

+1 for this.

My use cases:

  • exclude header guards from macros ( .*_HPP$)
  • exclude symbols introduced by external headers

hg-zt avatar Jul 28 '21 07:07 hg-zt