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 141881 - Code completion doesn't work if there is spaces in expression.
Summary: Code completion doesn't work if there is spaces in expression.
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2008-07-28 14:13 UTC by Michael Nazarov
Modified: 2008-09-29 17:01 UTC (History)
1 user (show)

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 Michael Nazarov 2008-07-28 14:13:47 UTC
Product Version: NetBeans IDE Dev (Build 200807251401)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b12
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

For successful code completion appearing "->" should be located immediately after
variable "$a->". This will not work: "$a ->", new line separator has same effect,
this will not work:
$a
->
Comment 1 Tomasz Slota 2008-07-28 16:25:51 UTC
confirmed.
Comment 2 Tomasz Slota 2008-09-29 17:01:07 UTC
this has been already fixed.