ABOUT
This plug-in provides a couple of very useful little features for locating the active unit in your project. It was created because of two weaknesses in the Delphi editor.
- Inaccessible Unit Paths - if you have the current unit and it's in the same directory as the active project, the unit's path doesn't display. Even if it does, you have to type it in if you want to send it to someone or use it for anything.
- No Quick Access Methods - the project "knows" where a particular unit is located on disk but there is no way to open the folder.
For more information about this plug-in, please see the release notes included in the download.
FEATURES
When this plug-in is installed, two new commands are registered, QuickUnitLocation and QuickExplorer. Simply bind a keystroke to these commands in order to use them.
QuickUnitLocation
Shows a modal window with a memo containing the full path and file name of the current unit in the editor.
QuickExplorer
Opens an Explorer Window in the directory of the current unit.