Revision 857130
Go back to digest for 7th September 2008Features in Development Tools
Cedric Pasteur committed changes in /trunk/KDE/kdevplatform:
New Source Formatter generic plugin.
It allows to use different backends to format the files but with just one Ui (eg one kCModule)
Supports custom themes for every plugin and every language
It is possible to format all the files in a project and the plugin will choose which plugin to use according too tyhe mime type and the chosen plugin for this language in the config dialog
File Changes
Added 15 files
- /trunk/KDE/kdevplatform/plugins/sourceformatter
- /CMakeLists.txt
- /editstyledialog.ui
- /isourceformatter.cpp
- /isourceformatter.h
- /kcm_kdevsourceformattersettings.desktop
- /kdevsourceformatter.desktop
- /kdevsourceformatter.rc
- /sourceformattermanager.cpp
- /sourceformattermanager.h
- /sourceformatterplugin.cpp
- /sourceformatterplugin.h
- /sourceformattersettings.cpp
- /sourceformattersettings.h
- /sourceformattersettings.ui
Modified 2 files
- /trunk/KDE/kdevplatform
- /plugins/CMakeLists.txt
- /cmake/modules/FindKDevPlatform.cmake
17 files changed in total