Revision 572926

Go back to digest for 20th August 2006

Features in Development Tools

Jakob Petsovits committed changes in /trunk/KDE/kdevelop/languages/csharp:

Start a binder for the C# codemodel. It only supports namespaces at this time, but you can already see them in action inside the codeview.

Now I really got to do something against that input character corruption which is messing stuff up.

File Changes

Added 8 files
  • /trunk/KDE/kdevelop/languages/csharp
  •   /codedelegate.cpp
  •   /codedelegate.h
  •   /codeproxy.cpp
  •   /codeproxy.h
  •   /parser/codedisplay.cpp
  •   /parser/codedisplay.h
  •   /parser/csharp_binder.cpp
  •   /parser/csharp_binder.h
Modified 21 files
  • /trunk/KDE/kdevelop/languages/csharp
  •   /CMakeLists.txt
  •   /csharplanguagesupport.cpp
  •   /csharplanguagesupport.h
  •   /parsejob.cpp
  •   /parsejob.h
  •   /parser/CMakeLists.txt
  •   /parser/csharp.g
  •   /parser/csharp_ast.h
  •   /parser/csharp_codemodel.cm
  •   /parser/csharp_codemodel.cpp
  •   /parser/csharp_codemodel.h
  •   /parser/csharp_codemodel_fwd.h
  •   /parser/csharp_default_visitor.cpp
  •   /parser/csharp_default_visitor.h
  •   /parser/csharp_parser.cpp
  •   /parser/csharp_parser.h
  •   /parser/csharp_pp_handler_visitor.cpp
  •   /parser/csharp_serialize_visitor.h
  •   /parser/csharp_visitor.cpp
  •   /parser/csharp_visitor.h
  •   /parser/decoder.h
29 files changed in total