How to customize 'Find in Projects' dialog
Todd Stevenson <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
I am scratching my head on how I can customize the 'Find in Projects' dialog to set the search scope to force it to only search in the subfolder where my files reside in the project. I tried setting SearchInfoDefinition in the project Node lookup, but it doesn't seem to see it. I have noticed there are some classes that seem to allow the kind of customization on the 'Find in Projects' dialog but I can't find any examples of how to hook it all together. Any help? Thank you in advance. Todd Stevenson