Difference between revisions of "pcp"

From Free Pascal wiki
Jump to navigationJump to search
Line 8: Line 8:
  
 
==Configuration files==
 
==Configuration files==
* lazarus.dci
+
{|
* jcfsettings.cfg       
+
|-
 
+
! file !! decription
* editormacroscript.xml   
+
|-
* editoroptions.xml       
+
| lazarus.dci || [[IDE Window: Code Templates|Code Templates]]
* environmentoptions.xml
+
|-
* fpcdefines.xml     
+
| jcfsettings.cfg       
* helpoptions.xml   
+
|-
* includelinks.xml   
+
| editormacroscript.xml   
* inputhistory.xml   
+
|-
* packagefiles.xml
+
| editoroptions.xml       
 
+
|-
* compilertest.pas         
+
| environmentoptions.xml
* laz_indentation.pas
+
|-
 +
| fpcdefines.xml     
 +
|-
 +
| helpoptions.xml   
 +
|-
 +
| includelinks.xml   
 +
|-
 +
| inputhistory.xml   
 +
|-
 +
| packagefiles.xml
 +
|-
 +
| compilertest.pas         
 +
|-
 +
| laz_indentation.pas
 +
|}
  
  
 
[[Category:Configuration]]
 
[[Category:Configuration]]

Revision as of 16:09, 14 July 2016

PCP is short for Primary Config Path and denotes a directory where config files are located.

Windows

C:\Users\USERNAME\AppData\Local\lazarus

Linux

~\.lazarus

Configuration files

file decription
lazarus.dci Code Templates
jcfsettings.cfg
editormacroscript.xml
editoroptions.xml
environmentoptions.xml
fpcdefines.xml
helpoptions.xml
includelinks.xml
inputhistory.xml
packagefiles.xml
compilertest.pas
laz_indentation.pas