NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Reference Bug in Code Completion *solved*


Joined: 07 Nov 2005
Posts: 1
Reply with quote
While trying out the trial version, I've noticed that there's a serious bug in the code completion feature concerning reference assignments.
The following code as an example:
Code:
$d =& new SomeClassF();
$d->   // code insight does NOT work

However if you use the syntax as described here without the reference assignment, everthing works fine:
Code:
// auto-defined:
$d = new SomeClassF();
$d->   // code insight works

The fact that there's no post describing that problem make me kinda wonder, if I'm the only one to ever use reference variable assignments? Question
View user's profileFind all posts by wtbSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8340
Reply with quote
As of build 4043, it works as intented:

This build is on its way to the web site.
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Reference Bug in Code Completion *solved*
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic