Projects/Quanta/Feature Plan 4: Difference between revisions

From KDE TechBase
No edit summary
No edit summary
Line 8: Line 8:
! Status !! Category !! Description !! Contact
! Status !! Category !! Description !! Contact
{{FeatureDone|Parser|Parser written using kdevelop-pg-qt|[email protected]|Niko Sams}}
{{FeatureDone|Parser|Parser written using kdevelop-pg-qt|[email protected]|Niko Sams}}
{{FeatureTodo|Parser|PHP 5.3 support (configurable)|-}}
{{FeatureInProgress|DUChain|DUChain generation|[email protected]|Niko Sams}}
{{FeatureInProgress|DUChain|DUChain generation|[email protected]|Niko Sams}}
{{FeatureTodo|DUChain|class declaration after class instantiation should work as in Php|[email protected]|Niko Sams}}
{{FeatureTodo|DUChain|class declaration after class instantiation should work as in Php|[email protected]|Niko Sams}}
{{FeatureTodo|DUChain|global variables: global keyword, $GLOBALS, $_GET|[email protected]|Niko Sams}}
{{FeatureTodo|DUChain|second parse pass when project opened - to find all types correctly|-}}
{{FeatureTodo|DUChain|second parse pass when project opened - to find all types correctly|-}}
{{FeatureInProgress|Code Completion||[email protected]|Niko Sams}}
{{FeatureInProgress|Code Completion||[email protected]|Niko Sams}}
{{FeatureInProgress|Problem reporting||[email protected]|Niko Sams}}
{{FeatureInProgress|Problem reporting||[email protected]|Niko Sams}}
{{FeatureDone|Internal Php functions|exract function from php manual|[email protected]|Niko Sams}}
{{FeatureTodo|Internal Php functions|add superglobal variables ($_GET, ...)|[email protected]|Niko Sams}}
{{FeatureTodo|CodeGeneration|new Class|-}}
{{FeatureTodo|CodeGeneration|new Class|-}}
|}
|}

Revision as of 21:06, 26 December 2008

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 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]>
TO DO Internal Php functions add superglobal variables ($_GET, ...) Niko Sams <[email protected]>
TO DO CodeGeneration new Class <->