This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 145461

Summary: CC after both $$ and $ -> should be absolutely the same
Product: php Reporter: rmatous <rmatous>
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description rmatous 2008-08-28 16:42:24 UTC
CC after both $$ and $ ->  should be absolutely the same 
$var = 1;
$| //first case
$$| //second case

the list should be the same, the preselected item should be the same
Comment 1 Tomasz Slota 2008-09-04 09:37:41 UTC
Can you confirm that the only difference it that in the second case the preselection is on on the first template item instead of the smart item?

It looks like a problem in the basic infrastructure, either GSF or editor. I think in has no more than a P4 impact - $$ is rarely used and the preselection 
problem is not so bad.
Comment 2 Tomasz Slota 2010-02-10 08:44:51 UTC
reassigning to default owner
Comment 3 Filip Zamboj 2010-09-15 12:26:25 UTC
batch reassigning
Comment 4 Tomas Mysik 2011-06-08 14:56:56 UTC
Batch reassigning.
Comment 5 amobilia 2016-09-22 02:34:50 UTC
Reproductible in 8.2rc / Dev 201609210002 

I confirm the question of @tslota on 2008 ;-)