Purpose of .prefs file under the .settings folder of the project

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Purpose of .prefs file under the .settings folder of the project

1,155 次查看
cavinlong
Contributor I

Hi,

Currently my project have 3 .prefs file under .settings folder ,

org.eclipse.cdt.codan.core.prefs;

org.eclipse.cdt.core.prefs;

org.eclipse.cdt.managedbuilder.core.prefs;

Can i know what is the purpose of each .prefs file? 

Is there a document for this because I'm aware that it is auto generated files and in future might generate a diff .prefs and I have to ask the question again.

 

Thanks in advance.

 

标签 (1)
0 项奖励
回复
1 回复

1,146 次查看
ErichStyger
Specialist I

These are settings of the Eclipse plugins.

CODAN is the Eclipse Code Analysis, see https://mcuoneclipse.com/2020/12/29/eclipse-codan-static-code-analysis-for-c-c/

The other ones are from Eclipse C/C++ Development toolkit: https://projects.eclipse.org/projects/tools.cdt

 

0 项奖励
回复