I've been back and forth contemplating the implementation of a global search feature to quickly find use of functions and variables in LateralGM.
This is what searching for resources is like in Studio. The results are tabled and can be saved to a text file, though not copied to your clipboard.

In Eclipse IDE when you search there is a docked form to the bottom that appears with a filtered version of the file tree that allows you to expand files to find the occurrence of each expression. You can also copy the nodes to your clipboard to save the results in a text editor to a file or share them.

Both of these options are possible, though if we were to go the Eclipse route the results do not actually have to be docked they can be a free form or something similar. There are several questions I would like to ask everyone. Going back to the Eclipse idea also gave me the idea again about the search filter having more advanced settings, we could make it search inside the resources like Windows explorer and thread the results to feed in as the search completes. The search filter results would be like an extension of what eclipse does basically, because I thought of this I saw no reason to have a separate search feature at all.
A) What do you think about the GM search feature?
A.1) If I were to implement LGM's this way, would you like the ability to copy the results to the clipboard?
A.2) Would you like the search results to be a separate form from the search settings or should they be the same form/window?
B) What do you think about the Eclipse search feature?
B.1) Would you like the search results to be a separate form from the search settings or should they be the same form/window?
C) What do you think about the search filter on the resource tree having more advanced options?
C.1) Would you want this in addition to a separate search feature?
Answers to these questions will better assist me in the implementation of advanced resource search functionality and I am also open to new suggestions. You do not have to participate in my R&D but by participating in the questionnaire and posting your answers you agree that you have given informed consent to participate.