NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Auto complete


Joined: 20 Sep 2006
Posts: 59
Reply with quote
Hi,

I have found a small bug using auto complete, here is an example:

$x.=$html;

If I now want to add htmlentities, so I click next to the '=' and start to type:

$x.=htmlen$html

and wait, then the autocomplete pops up, I hit the <return> button and I get:

$x.=htmlentities()

Note how my $html variable has gone. Weird.

John
View user's profileFind all posts by monkiesSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8340
Reply with quote
Dear John,

Thanks for your post but this is not a bug. It's expected behaviour and it works good if for example you have:

$v = htmlentittttties()

and want it to be changed to htmlentities()
In thist case, it will delete word on the right for you.

If you do not want this, you can turn it off by unchecking Tools->Settings->Editor settings:
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 20 Sep 2006
Posts: 59
Reply with quote
Oh man, ok, thanks Smile

I'm gunna have to really read the help again Wink

John
View user's profileFind all posts by monkiesSend private message
Auto complete
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