Posted in Development, ColdFusion | Posted on 08-31-2009 | 3,073 views
I'm working with a new client that has a rather large and complex code base. Since I'm still kinda new to the project I don't know where everything exists. I needed to find a particular file name within the project and discovered that ColdFusion Builder (Eclipse really!) provides a simple way to do it.
First, go to the Search menu like you would when searching for text within a project. Remove anything from "Containing text" and under FIle name patterns, just type in the actual file name. Lastly, be sure your scope is set to Selected resources.
Here is a simple example of searching for blog.cfc within my BlogCFC5 project:

The result will pop up in the Search panel:

As I said - this is more an Eclipse thing than a ColdFusion Builder feature, but it never occurred to me to use the search feature to find a particular file. Pretty obvious now I guess but it's going to be a life saver with me on this project.


This brings up an interface that will allow you to search for files where the list is 'filter as you type'
Navigate/Open Resource
Duh! Learn something new everything. One caveat though - this UI is for the complete workspace and may not be a good idea to find a generic term like user.cfc if you have numerous projects.
ctrl-shift-r is the solution to show files by file-name.
[Add Comment] [Subscribe to Comments]