AFAIK, The "Go To..." popups don't support any complex patterns. They all support camel case, so typing CCC will find a class named CapacitorControlCircuit, and a * can be used as wildcard anywhere, but that's it.
Hm, I've implemented a similar file filter and it is not that trivial than it looks at the first glance. Hence I searched for the documentation but failed to find one.
please see product help (to do that, click ? icon on the main toolbar). Procedures / Navigating Through the Source Code / Navigating To Class, File Or Symbol by Name
To find it, it's enough to enter Ctrl+N in the search tab.
AFAIK, The "Go To..." popups don't support any complex patterns. They all support camel case, so typing CCC will find a class named CapacitorControlCircuit, and a * can be used as wildcard anywhere, but that's it.
Hm, I've implemented a similar file filter and it is not that trivial than
it looks at the first glance. Hence I searched for the documentation but
failed to find one.
Tom
To find it, it's enough to enter Ctrl+N in the search tab.
same information is available online at http://www.jetbrains.com/idea/webhelp/
The tip contains info about using CC and wildcards.