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 132228 - Incorrect CC list invoked on selected code
Summary: Incorrect CC list invoked on selected code
Status: RESOLVED INVALID
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on:
Blocks: 131609
  Show dependency tree
 
Reported: 2008-04-07 17:38 UTC by kozlov
Modified: 2008-04-08 15:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
it is working for me (9.29 KB, text/plain)
2008-04-07 18:25 UTC, Tomasz Slota
Details
screenshot (76.81 KB, image/jpeg)
2008-04-08 14:15 UTC, kozlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kozlov 2008-04-07 17:38:42 UTC
Reproduced in build080407.

Type 

<?php

$v1 = 1;

$

?>

Select $ and invoke CC -> all possible variations are shown in CC list instead only one element $v1
Comment 1 Tomasz Slota 2008-04-07 18:17:01 UTC
It works fine for me in given build, I am marking as WORKSFORME because I am pretty sure this problem was not just fixed during development. Probably the 
conditions for reproducing it are more specific, you are welcome to reopen the bug when you find them. A screenshot could be helpful too.
Comment 2 Tomasz Slota 2008-04-07 18:25:58 UTC
Created attachment 59789 [details]
it is working for me
Comment 3 kozlov 2008-04-08 14:14:02 UTC
Code should be selected.
Comment 4 kozlov 2008-04-08 14:15:03 UTC
Created attachment 59836 [details]
screenshot
Comment 5 Tomasz Slota 2008-04-08 15:20:51 UTC
I don't see anything wrong with this situation, when you mark code and invoke code completion it means you want to replace it. Code completion works as if 
the marked text was not there