NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Intellisense


Joined: 18 Dec 2007
Posts: 2
Reply with quote
I just installed PHPEd 5.2 on Windows Vista and I'm not getting any type of "intellisense" in the editor for built-in PHP functions like mail() or print(). What have I done wrong?
View user's profileFind all posts by RealNerdSend private message
Follow up...


Joined: 18 Dec 2007
Posts: 2
Reply with quote
Oddly, I installed the exact same version on XP and the intellisense tooltip is immediately available. Obviously I'm either doing something wrong or there's a problem. The only notable difference during the installer was that Vista blocked some Internet access requests that I had to manually allow. That might have caused some problems?
View user's profileFind all posts by RealNerdSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8335
Reply with quote
neither main nor print are functions.
First one does not exist until you define it. It's not reserved or defined elsewhere.
print and echo are pre-defined keywords, not functions.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Veteran

Joined: 06 Jun 2007
Posts: 289
Location: Vancouver, Canada
Reply with quote
It sounds as if Tooltips (Tools, Settings, Code Insight, Settings) are disabled in your Vista installation. I am using XP and it works fine for me.

dmitri wrote:
neither main nor print are functions.
First one does not exist until you define it. It's not reserved or defined elsewhere.

The tooltip for mail() works fine for me Confused

_________________
Smile
View user's profileFind all posts by annoSend private messageVisit poster's website
Site Admin

Joined: 13 Jul 2003
Posts: 8335
Reply with quote
ah, that's mail() not main() Smile what's happened to my eyes? Smile
sure, mail() should work fine.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Intellisense
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