Borland Community

Borland Delphi Companion Tools CD

Freeware

Delphi

Unit Expert for Delphi 7

Standard, Pro, Enterprise

Unit Expert for Delphi 7 (ID #18250)


EPocalipse Software

The Unit Expert is actually 4 seperate experts: Find Unit, Add Unit, Rename Unit.

Find Unit Expert
==============
This expert helps you open a unit that resides in the search path.
To activate the expert either click CTRL+U or use the File->Find Unit menu.
After the expert is displayed, you can start typing the unit you're looking for. The expert will filter the units that match your search.
Select one or more units and click OK to open them in the editor.
If you're used to open unit by writing the unit names in the editor and then pressing CTRL+ENTER - This expert is for you!

Add Unit Expert
==============
This expert helps you add a unit to the unit uses clause.
To activate the expert either click ALT+F11 or use the File->Add Unit menu.
After the expert is displayed, you can start typing the unit you're looking for. The expert will filter the units that match your search.
The expert will automatically select the "interface" or "implementation" uses clause depending on you current editor position.
You can change this by selecting the appropriate uses clause manually.
Select one or more units and click OK to add them to the uses clause

Rename Unit
===========
Use the File->Unit Expert->Rename Unit to rename a unit. The rename unit will save the unit with a new name, delete the old unit and will scan the project file for references to the old unit. It will then replace those references.

Find Project
============
Define a list of directories where your projects reside and quickly open a project from a list.

Install Unit Expert for Delphi 7

Unit Expert for Delphi 7 home page