Revision 627947
Go back to digest for 4th February 2007Features in Development Tools
Andreas Pakulat committed changes in /branches/work/kdevelop-sublime-integra:
Rework of the project related stuff:
- project dir contains only the model, the job and the interfaces (builder)
- projectcontroller and project are moved to shell with interfaces created
- project has quite some code commented out because the configuration stuff is missing in core still
Along the way fix installation for filemanager and persistenthash
Also along the way change some headers (like kdevlanguagesupport.h) to use IPlugin instead of Plugin to make the rest compile.
File Changes
Added 8 files
- /branches/work/kdevelop-sublime-integration/lib
- /project/interfaces
- /project/projectmodel.cpp
- /project/projectmodel.h
- /shell/project.cpp
- /shell/project.h
- /shell/projectcontroller.cpp
- /shell/projectcontroller.h
- /project/interfaces/iprojectbuilder.h
Deleted 8 files
- /branches/work/kdevelop-sublime-integration/lib/project
- /kdevproject.cpp
- /kdevproject.h
- /kdevprojectbuilder.cpp
- /kdevprojectbuilder.h
- /kdevprojectcontroller.cpp
- /kdevprojectcontroller.h
- /kdevprojectmodel.cpp
- /kdevprojectmodel.h
Modified 15 files
- /branches/work/kdevelop-sublime-integration/lib
- /CMakeLists.txt
- /kdevdocumentcontroller.h
- /kdevlanguagesupport.cpp
- /kdevlanguagesupport.h
- /filemanager/CMakeLists.txt
- /filemanager/filemanager.cpp
- /interfaces/icore.h
- /interfaces/iproject.h
- /project/importprojectjob.cpp
- /project/importprojectjob.h
- /shell/CMakeLists.txt
- /shell/core.cpp
- /shell/core.h
- /shell/plugincontroller.cpp
- /shell/plugincontroller.h
31 files changed in total