Jump to content
A.M. Hoornweg

Plugin to expand namespaces in DCU?s?

Recommended Posts

Hello World,

 

does anyone know of an IDE plugin or other tool that will analyze the interface section of a unit and expand the unit names with their full namespaces, such as "rtl, vcl, db" etc ?

Thanks in advance!

 

 

Share this post


Link to post

MMX Code Explorer can do this and GExperts has a similar option, IIRC.

Share this post


Link to post

I use MMX code explorer but I can't find the option to do this, can you point me to it? Thanks in advance!

Share this post


Link to post

In MMX options select Pascal - Sorting. In the group Format unit uses clauses check Group and sort uses clause. Next time you execute Format Uses Clause (Ctrl-Alt-U) the unit names are resolved based on the current Unit Scope Names of the current project.

 

If you don't want the grouping you can simply empty the Groups entry in MMX Project options.

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

×