| Summary: | Namespace assist | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Pavel Galaton <pavel.galaton> | ||||
| Component: | PDT | Assignee: | PHP Core <php.core-inbox> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P1 | CC: | gadi | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
also every time when i press ctrl+space
CMS\Application\{here}
cursor jumps to the start
{here}CMS\Application\
could not be reproduced use following php content:
<?php
namespace CMS\Application;
class Paths {
}
namespace other\Application;
\CMS\Application\|
Everything works as excepted.
try this:
namespace CMS\Application;
class Paths {
}
namespace other\Application;
$var = new \CMS\Application\|
Created attachment 170945 [details]
Video of issue, after unpack add .avi extension to the file (assist.avi) sorry for that. =\
Hi,thanks I got it. fixed in head Verified at PDT-2.2.0.v20100616 - it working correct with code provided by Pavel Closing this issue... Thanks Verified by Teodor Kirkov teodor.k@zend.com |
Build Identifier: 20100520-1308 I have class : \CMS\Application\Paths, when I write: return new CMS\Application and pase a "\" it shows me Paths() its ok, but when i press enter cursor jumps "return new {here}CMS\App..." and no code inserted Reproducible: Always Steps to Reproduce: I have class : \CMS\Application\Paths, when I write: return new CMS\Application and pase a "\" it shows me Paths() its ok, but when i press enter cursor jumps "return new {here}CMS\App..." and no code inserted