Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 323555 - another CA bug like bug 321553
Summary: another CA bug like bug 321553
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Zhongwei Zhao CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-24 22:49 EDT by Zhongwei Zhao CLA
Modified: 2020-05-14 13:21 EDT (History)
1 user (show)

See Also:


Attachments

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