Revision 570271

Go back to digest for 6th August 2006

Features in KDE Base

Christoph Cullmann committed changes in /trunk/KDE/kdelibs/kate/part:

remove lua stuff
will rework the jscript stuff to be per document interpreter,
this won't make much mem difference, even for 50 open documents
only around 1 MB
this way, the indenters for example or other scripts can store some state,
as their interpreters will be bound to one document for ever, only thing
switching will be the view object, which will be set to the active view

File Changes

Deleted 2 files
  • /trunk/KDE/kdelibs/kate/part
  •   /kateluascript.cpp
  •   /kateluascript.h
Modified 3 files
  • /trunk/KDE/kdelibs/kate/part
  •   /CMakeLists.txt
  •   /katedocument.cpp
  •   /kateglobal.cpp
5 files changed in total