Re: Quanta autocompletion
"Alejandro Autalan" <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta.user |
|---|---|
| Message-ID | <[email protected]> |
2008/6/1 Andrew Lowe <[email protected]>: > On Sunday 01 June 2008 10:15:12 Alejandro Autalan wrote: >> >> But when I write inside a class that extends Action: >> >> class MyAction extends Action { >> public function executePrint() { >> $this-> >> } >> } >> >> And type <CTRL+SPACE>, Nothing happens. I want Quanta show me the >> methods of Action class. >> Is it possible to do this? >> >> I hope you can understand me. Thanks! >> _______________________________________________ >> Quanta mailing list >> [email protected] >> https://mail.kde.org/mailman/listinfo/quanta > > I don't believe Quanta will autocomplete for the base class. I have noticed > it gets confused on some class syntax for auto-completion, but it is not too > bad. The "extends" syntax was added to php for php5 I believe and I have > noticed Quanta does not fully support some php5 syntax, as the engines were > written before php5 was around. > > Hopefully Quanta for kde4 will have better syntax support, as it is built on > the same platform as KDevelop. > > -- > Andrew Lowe > System Administrator & Programmer > Information Technology > Manildra Group > > Email: [email protected] > Phone: 02 4423 8270 > Mobile: 04 1323 8270 > Fax: 02 4421 7760 > _______________________________________________ > Quanta mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/quanta > Thanks for the reply Andrew, I will wait until quanta for kde4 for this feature. Greetings.