Revision 845937

Go back to digest for 17th August 2008

Features in Development Tools

Niko Sams committed changes in /trunk/playground/devtools/kdevelop4-extra-plugins/php:

Finally code-completion in PHP!
Currently only within one file.

File Changes

Added 18 files
  • /trunk/playground/devtools/kdevelop4-extra-plugins/php
  •   /completion
  •   /php.kdev4
  •   /completion/CMakeLists.txt
  •   /completion/context.h
  •   /completion/helpers.cpp
  •   /completion/helpers.h
  •   /completion/items.cpp
  •   /completion/phpcompletionexport.h
  •   /completion/tests
  •   /duchain/expressionevaluationresult.cpp
  •   /duchain/expressionevaluationresult.h
  •   /completion/tests/CMakeLists.txt
  •   /completion/tests/test_completion.cpp
  •   /completion/tests/test_completion.h
  •   /duchain/tests/duchaintestbase.cpp
  •   /duchain/tests/duchaintestbase.h
  •   /duchain/tests/test_expressionparser.cpp
  •   /duchain/tests/test_expressionparser.h
Modified 30 files
  • /trunk/playground/devtools/kdevelop4-extra-plugins/php
  •   /CMakeLists.txt
  •   /phplanguagesupport.cpp
  •   /phplanguagesupport.h
  •   /phpparsejob.cpp
  •   /phpparsejob.h
  •   /completion/context.cpp
  •   /completion/items.h
  •   /completion/model.cpp
  •   /completion/model.h
  •   /completion/worker.cpp
  •   /completion/worker.h
  •   /duchain/CMakeLists.txt
  •   /duchain/contextbuilder.cpp
  •   /duchain/declarationbuilder.cpp
  •   /duchain/expressionparser.cpp
  •   /duchain/expressionparser.h
  •   /duchain/expressionvisitor.cpp
  •   /duchain/expressionvisitor.h
  •   /duchain/typebuilder.cpp
  •   /parser/CMakeLists.txt
  •   /parser/parsesession.cpp
  •   /parser/parsesession.h
  •   /parser/php.g
  •   /parser/phplexer.cpp
  •   /parser/phplexer.h
  •   /duchain/tests/CMakeLists.txt
  •   /duchain/tests/test_duchain.cpp
  •   /duchain/tests/test_duchain.h
  •   /parser/generated/phpparser.cpp
  •   /parser/generated/phpparser.h
48 files changed in total