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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

632件の閲覧回数
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 返信

623件の閲覧回数
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 件の賞賛
返信