Re: [Komodo-beta] Problems with AutoComplete for parent class in PHP
by Anton Visser other posts by this author
Mar 5 2008 2:19PM messages near this date
view in the new Beta List Site
Re: [Komodo-beta] Problems with AutoComplete for parent class in PHP
|
[Komodo-beta] Robert M Pill is out of the office (on location).
I'm having the same problem. The class file is in the project, and
not being found. But if the class is in the same directory as the
file using it, then it finds it.
cheers,
Anton
On Wed, Mar 5, 2008 at 4:14 PM, Jeff Griffiths <jeffg@[...].com> wrote:
>
> JB wrote:
> > I've not getting the AutoComplete or CallTips for methods or vars from
> > the parent class, only method in the current class / file.
> >
> > When I use parent:: I get the following message,
> > "No completions found ( warning could not resolve first part of
> > 'AkActionController')"
> >
> > When I use $this-> I only get the methods from the current class.
> >
> > Komodo IDE, version 4.3.0-beta2, build 15465, platform win32-x86.
> > Built on Wed Feb 27 16:35:58 2008
> >
> > ~JB
>
> What file is 'AkActionController' defined in? Is that file in the
> current project?
>
> Komodo's autocomplete system need to know about the parent class in
> order to consider it. One easy way is to use the Komodo project system
> and make sure the file containing the parent class is iether in the
> project, or that you have added the folder containing the class file to
> the Project Preferences at
>
> Right-click on Project / Properties / Languages / PHP
>
> from here, browse to and add the directory containing the file. Note
> that Komodo will scan directories recursively, so for example if you are
> developing using some framework or library it would be best to add the
> root directory of the Framework.
>
> cheers, Jeff
>
> _______________________________________________
> Komodo-beta mailing list
> Komodo-beta@[...].com
> http://listserv.ActiveState.com/mailman/listinfo/komodo-beta
>
_______________________________________________
Komodo-beta mailing list
Komodo-beta@[...].com
http://listserv.ActiveState.com/mailman/listinfo/komodo-beta
Thread:
Jb
Jeff Griffiths
Anton Visser
|