Projects/Quanta/Feature Plan 4

From KDE TechBase
Revision as of 18:57, 29 December 2008 by Niko.sams (talk | contribs)

This is a todo list for Quanta4

Php Language Support

Status Category Description Contact
DONE Parser Parser written using kdevelop-pg-qt Niko Sams <[email protected]>
TO DO Parser PHP 5.3 support (configurable) <->
IN PROGRESS DUChain DUChain generation Niko Sams <[email protected]>
TO DO DUChain class declaration after class instantiation should work as in Php Niko Sams <[email protected]>
TO DO DUChain static variables Niko Sams <[email protected]>
TO DO DUChain global variables: global keyword, $GLOBALS, $_GET Niko Sams <[email protected]>
TO DO DUChain second parse pass when project opened - to find all types correctly <->
IN PROGRESS Code Completion Niko Sams <[email protected]>
IN PROGRESS Problem reporting Niko Sams <[email protected]>
DONE Internal Php functions exract function from php manual Niko Sams <[email protected]>
DONE Internal Php functions add superglobal variables ($_GET, ...) Niko Sams <[email protected]>
TO DO CodeGeneration new Class <->