You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, December 28th 2005, 4:40pm

Quanta & Code Completion

I was wondering if anyone out there could tell me a little something about Quanta's code completeion. Specifially, if i create a custom class, then create an instance of that class in another script, when I hit CTRL+SPACE shouldn't that new classes functions be listed??

Ex.
class A {
function showStuff() {
// code to do something
}

}

Then in another class or script file:
$myClass = new A();
$var = $myClass-> [HIT CTRL+SPACE HERE FOR CODE COMPLETEION]

Does Quanta have the capability to read that class file and popup a list of its functions??

If so, it isn't working for me and I haven't been able to find much on any forums to date. If this is something it cannot do, let me know that as well. I really like using Quanta, but this little feature would help a TON.

Thanks for any information...