Jump to content
darnocian

Creating custom file groupings

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×