Community
Participate
Working Groups
Build Identifier: PDT 2.2.0.v20100621 Have php code with classes/methods, e.g. <?php class AAA{ public function ff(){ } } class BBB { public function jj(){ } } Go to main menu | Navigate | Open Type Type BBB, then double click on the matching result. The class name BBB is highlighted in editor correctly. Enter a few (10) new lines above class BBB body. Save the changes. Invoke again Open Type (Ctrl+Shift+T), type again BBB, then double click at the matched class BBB in the list of Open Type dialog. Expected: The class name BBB should be highlighted in editor. Actual: The editor is highlighted on a strange position. The same problem if you execute the scenario for some method. See the attachment. Reproducible: Always
Created attachment 172409 [details] screenshot
fixed in head
Verified fixed. Kalin Yanev kalin.a@zend.com