Often on a large project with many libraries it can be difficult or even impossible to remember which library the object you want is in. It is even worse for consultants brought in later in the project. This window solves this problem.
The input field where you type the search string maintains a history of your searches and auto-completes as you type.

There are four types of object searches:
Exact Match
For this type of search, you type the full name of the object and click the Search button.
Begins With
For this type of search, you type the first few characters of the name of the object and click the Search button.
Contains This
For this type of search, you type any characters that appear anywhere within the name of the object and click the Search button.
Pattern Match
For this type of search, you type a pattern string following the rules of the Match function and click the Search button.
Actions:
Sort Data (Alt+S): Opens the Specify Sort window.
Search: Starts the search process. Same as the Search button.
Edit Source: Edit the object source in the external editor.
ToDo List (Ctrl+L): Adds the object to the ToDo List.
Clear History: Clears the search field's dropdown history.