| Summary: | Open method operation does not automatically shows filter result | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Pavel Galaton <pavel.galaton> |
| Component: | PDT | Assignee: | PHP UI <php.ui-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Build Identifier: 20100617-1415 When you double click on method to select it's name in editor and then press Ctrl+Shift+M (Open Method) it auto-inserts method name in search field but no results is shown. Reproducible: Always Steps to Reproduce: 1. Create a file with following content <?php class TestClass { public function testMethod() { } } 2. double click, or just mark "testMethod" word 3. press Ctrl+Shif+M It's inserted "testMethod" in search field, but nothing in results. If you start type "testMethod" by hand it will search and show correct results.