Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 322510

Summary: Open method operation does not automatically shows filter result
Product: z_Archived Reporter: Pavel Galaton <pavel.galaton>
Component: PDTAssignee: PHP UI <php.ui-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Pavel Galaton CLA 2010-08-12 07:43:51 EDT
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.