darnocian 84 Posted January 11, 2021 Hi. I use the Rad Studio ‘Build Tools’ functionality to do some code generation. Using a config file and my ‘build tool’, associated .pas files are created during during compilation. Do you know if there is a way to get the IDE to group the related files the way it does with the pas and dfm files? Is there some config/registry setting for this or would it require a custom IDE plugin? Any insight appreciated. Share this post Link to post
Remy Lebeau 1394 Posted January 11, 2021 The IDE just knows that PAS/CPP and DFM files are related to each other, so it groups them together automatically based on matching unit/file names. AFAIK, there is no registration/API you can use to do this kind of grouping for other types of files. Share this post Link to post