Revision 633297

Go back to digest for 18th February 2007

Features in Office

Thomas Zander committed changes in /trunk/koffice:

Add a new plugin structure to alter the text as the user types.
Plugins that extend the new KoTextEditingPlugin baseclass will get notifies every time the user finishes a word and/or paragraph.

The autocorrection plugin currently does just one thing; it replaces normal quotes with typographic open quotes. Mostly for demo purposes.

File Changes

Added 15 files
  • /trunk/koffice
  •   /plugins/autocorrection
  •   /libs/kotext/KoTextEditingFactory.cpp
  •   /libs/kotext/KoTextEditingFactory.h
  •   /libs/kotext/KoTextEditingPlugin.cpp
  •   /libs/kotext/KoTextEditingPlugin.h
  •   /libs/kotext/KoTextEditingRegistry.cpp
  •   /libs/kotext/KoTextEditingRegistry.h
  •   /plugins/autocorrection/Autocorrect.cpp
  •   /plugins/autocorrection/autocorrect.desktop
  •   /plugins/autocorrection/Autocorrect.h
  •   /plugins/autocorrection/AutocorrectFactory.cpp
  •   /plugins/autocorrection/AutocorrectFactory.h
  •   /plugins/autocorrection/AutocorrectPlugin.cpp
  •   /plugins/autocorrection/AutocorrectPlugin.h
  •   /plugins/autocorrection/CMakeLists.txt
Modified 4 files
  • /trunk/koffice
  •   /plugins/CMakeLists.txt
  •   /libs/kotext/CMakeLists.txt
  •   /shapes/text/TextTool.cpp
  •   /shapes/text/TextTool.h
19 files changed in total