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 - CC after both $$ and $ -> should be absolutely the same
Summary: CC after both $$ and $ -> should be absolutely the same
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-28 16:42 UTC by rmatous
Modified: 2016-09-22 02:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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