Bug 322510 - Open method operation does not automatically shows filter result
Summary: Open method operation does not automatically shows filter result
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-12 07:43 EDT by Pavel Galaton CLA
Modified: 2020-05-14 10:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.