Revision e8b4a17...

Go back to digest for 22nd January 2012

Features in Development Tools

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

Support fancy features for list generator variables.

Among them now: proper content type support for list/dict generators:
d = [1, 2, 3, "foo"]
l = [item for item in d] -> list of unsure(int, string)
and of course highlighting of iterator variables.

File Changes

Modified 5 files
  •   duchain/contextbuilder.cpp
  •   duchain/declarationbuilder.cpp
  •   duchain/expressionvisitor.cpp
  •   duchain/expressionvisitor.h
  •   duchain/helpers.cpp
5 files changed in total