"README.md" did not exist on "aa3dcd92b781628ed5d23f83287e18aed6f746bb"
More progress on the CMake plugin
Made the cmake plugin even more usable by implementing: Pop up a wizard if there is a .user file but no .cbp file. (Fixes empty project reported on irc.) Pop up a wizard if the .cbp file is older then the CMakeLists.txt file, thus reparsing the file. (Note: There is a bug that we need to actually also check the last modified of all included files.) Reparse the cbp file to add new RunConfigurations / delete no longer existing RunConfigurations and update those that have changed.- Show a nicer title in the Projects/RunConfiguration pane
Showing
- src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp 52 additions, 8 deletionssrc/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp
- src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.h 7 additions, 0 deletionssrc/plugins/cmakeprojectmanager/cmakeopenprojectwizard.h
- src/plugins/cmakeprojectmanager/cmakeproject.cpp 82 additions, 31 deletionssrc/plugins/cmakeprojectmanager/cmakeproject.cpp
- src/plugins/cmakeprojectmanager/cmakerunconfiguration.cpp 23 additions, 5 deletionssrc/plugins/cmakeprojectmanager/cmakerunconfiguration.cpp
- src/plugins/cmakeprojectmanager/cmakerunconfiguration.h 7 additions, 1 deletionsrc/plugins/cmakeprojectmanager/cmakerunconfiguration.h
- src/plugins/qt4projectmanager/qt4project.cpp 1 addition, 0 deletionssrc/plugins/qt4projectmanager/qt4project.cpp
Loading
Please register or sign in to comment