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

Summary: Code completion doesn't work if there is spaces in expression.
Product: php Reporter: Michael Nazarov <michaelnazarov>
Component: EditorAssignee: Tomasz Slota <tslota>
Status: RESOLVED FIXED    
Severity: blocker CC: polan
Priority: P3 Keywords: SIMPLEFIX
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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.