I have used for some time two scripts utility, and I thought they might be
useful to the community.
This is a set of two scripts plugin packaged in
'tools.script'1 - list all files in a project with their associated targets
'class ListFilesWithTargets'
2 - list all targets in a project with their associated files
'class ListTargetsWithFiles'
Orders appear by right clicking on the project name
'-> List files with targets'
'-> List files with targets'
The lists appear in the console then in a new window in the editor.
If the script console is not open display in the editor is
extremely fast (cb 12.11 : r8628, 1025 files: 1.45 S and 25 targets: 1 S).
This allows either to save in the form of files or print them.