Revision 697126
Go back to digest for 12th August 2007Other in KDE Base
Rafael Fernández López committed changes in /trunk/KDE/kdelibs/kate/plugins/wordcompletion:
KPluginSelector meets now doc word completion config dialog. There is an important issue here: we should think about how to make changes done on the config dialog happen on the current document, apart from saving it for later (that is done correctly).
I have thought about having static properties and methods on the plugin itself, and accessing/setting them from the config dialog apart from saving the information to the file. That needs the KCModule being linked against the plugin.
File Changes
Added 3 files
- /trunk/KDE/kdelibs/kate/plugins/wordcompletion
- /docwordcompletion_config.cpp
- /docwordcompletion_config.h
- /ktexteditor_docwordcompletion_config.desktop
Modified 3 files
- /trunk/KDE/kdelibs/kate/plugins/wordcompletion
- /CMakeLists.txt
- /docwordcompletion.cpp
- /docwordcompletion.h
6 files changed in total