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

Bug 323555

Summary: another CA bug like bug 321553
Product: z_Archived Reporter: Zhongwei Zhao <zhaozhongwei>
Component: PDTAssignee: Zhongwei Zhao <zhaozhongwei>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: petyo_tanchev
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Zhongwei Zhao CLA 2010-08-24 22:49:38 EDT
1. use the following line in the editor
class class_name {
   function get_plugin(String $a,String $b) {
   }
   
   function getPluginString() {
      $this->get_plugin(|);
   }
}

2. where the | char is located click Ctrl+Space

3. cursor moves to unexpectedlocation
Comment 1 Zhongwei Zhao CLA 2010-08-24 22:56:35 EDT
fixed in head and branch
Comment 2 Petyo Tanchev CLA 2010-09-01 10:03:28 EDT
Tested on 2.2.1.v20100829
Fixed