The KDevelop-Project was founded in 1998 to build up an easy to use IDE (Integrated Development Environment) for KDE. Since then, the KDevelop IDE is publicly available under the GPL and supports many programming languages. Most project dependent configuration is kept in the .kdevelop and .kdevses files. KDevelop project configuration files rather than in separate files as the other, more global, configuration settings. In short, those files are meant for:
.kdevelop.pcs Persistent Code Store. This is a binary coded file holding an internal parser cache for the most part in order to speed up the loading sequence of the project. Additionally, this Persistent Code Store keeps information use by the Code Completion facility of KDevelop.
.kdevelop — global project configuration information. .kdevses — configuration information needed to restore the specific behaviours of the running session.
No comments:
Post a Comment