Revision 571888

Go back to digest for 13th August 2006

Features in Development Tools

David Nolden committed changes in /branches/work/kdevelop-teamwork/kdevelop/lib/dynamictext:

add the library I created for handling the management of dynamic text-documents(documents that are edited by an arbitrary count of different instances at a time). It is nearly ready, it is possible to selectively undo any single edit made by any instance(as long as there is no conflicts). This will allow an undo-function for each single user of the file-collaboration, also the server might undo changes made by a special user and kick him. Also(and especially) the system helps putting together edits made to different versions of a document consistently. Maybe the system could also be used for local edit-history some time.

File Changes

Added 10 files
  • /branches/work/kdevelop-teamwork/kdevelop/lib/dynamictext
  •   /CMakeLists.txt
  •   /dynamictext.cpp
  •   /dynamictext.h
  •   /dynamictexthelpers.h
  •   /main.cpp
  •   /offsetutils.cpp
  •   /offsetutils.h
  •   /vectortimestamp.cpp
  •   /vectortimestamp.h
10 files changed in total