Open File Tool |
Open File Tool
It's a simple tool similar to "Open File at Cursor" in IDE. When you input a filename, this tool will search some paths to locate the file and open it if succeed. Delphi and C++Builder are supported.
Search path includes:
All paths of the files in current project group.
All search paths in IDE settings.
All search paths in all projects settings in current project group.
IDE's source directory and all its sub directories.
When execute this tool, the dialog shows as below:
If ignore file extension, the default is .pas in Delphi, or .cpp in C++Builder.
You can also enter the file name partly, this tool will search all matched source files in the paths above. If matched files are more than one, a list window will popup. You can select the file you need to open:
Links