Revision 600e07c...

Go back to digest for 27th January 2013

Features in Other

Sven Brauch committed changes in [kdev-qmljs] /:

Basic code completion support.

It just lists all declarations from the current context,
but now there's all the boilerplate code and an example of
how it works. Thus, it should be much easier to implement
better completion from here on.

File Changes

Added 8 files
  •   codecompletion/CMakeLists.txt
  •   codecompletion/context.cpp
  •   codecompletion/context.h
  •   codecompletion/kdevqmljsexport.h
  •   codecompletion/model.cpp
  •   codecompletion/model.h
  •   codecompletion/worker.cpp
  •   codecompletion/worker.h
Modified 2 files
  •   CMakeLists.txt
  •   kdevqmljsplugin.cpp
10 files changed in total