Function Tips

Integrated Development Environment issues like IntelliTips, Resource Editor, and the ClassViewer (with the Tags tab selected in the Workspace Manager).

Function Tips

Postby Guest » Tue Jan 17, 2006 11:30 am

Reading through the forums I found out that files (in my case PHP) must be added to a project before the Funtion Tips feature works.

I've done this, however it doesn't work. Function Tips are enabled in Advanced > Configuration > IntelliTip Options. I type a function name then open brackets ... but nothing.

With custom functions (i.e. not PHP inbuilt functions) if I explicitly use Shift-Ctrl-Space the function tip appears.

How can I get this to work automatically for both inbuilt PHP functions AND custom functions?
Guest
 

Re: Function Tips

Postby Guest » Fri Feb 17, 2006 5:15 am

Add the gl_php.php file from the UEStudio directory to your project - this contains a lot of the php built-ins.
Guest
 


Return to IDE (ClassViewer, IntelliTips, ...)