Skip to content

Commit 18d49e1

Browse files
author
delphidabbler
committed
Updated re removal of program key and change to usage of common config file
1 parent b376028 commit 18d49e1

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

Docs/Design/FileFormats/config.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2>
8484
</p>
8585

8686
<p>
87-
On earlier versions of CodeSnip the config files were ANSI text files using the system's default encoding. The installer takes care of converting the older ANSI files to Unicode.
87+
On earlier versions of CodeSnip the config files were ANSI text files using the system's default encoding. CodeSnip v4 and the standard edition's installer convert the older ANSI files to Unicode.
8888
</p>
8989

9090
<h2>
@@ -95,8 +95,12 @@ <h3>
9595
Common Config File
9696
</h3>
9797

98+
<p class="pullout">
99+
<strong>Note:</strong> From CodeSnip v4.16 this file is used only by the installer of the standard edition. The portable edition does not use the file and does not create it.
100+
</p>
101+
98102
<p>
99-
This file stores information about CodeSnip that is common to all users. The file is named <code>Common.config</code>. The standard version of CodeSnip stores this file in the <code>%ProgramData%\DelphiDabbler\CodeSnip.4</code> directory, while the portable version stores it in the <code>AppDir</code> sub-directory of the folder where CodeSnip is installed.
103+
The file stores information about the current version of the program. It is named <code>Common.config</code>. The file is stored in the standard edition's <code>%ProgramData%\DelphiDabbler\CodeSnip.4</code> directory.
100104
</p>
101105

102106
<p>
@@ -120,12 +124,6 @@ <h4>
120124
</p>
121125

122126
<dl class="indent">
123-
<dt class="del">
124-
<code class="key">Key</code> (String)
125-
</dt>
126-
<dd class="del">
127-
Unique application ID. String of 32 hex digits.
128-
</dd>
129127
<dt>
130128
<code class="key">Version</code> (String)
131129
</dt>

0 commit comments

Comments
 (0)