Skip to content

Commit e1ac529

Browse files
author
DelphiDabbler
committed
Updated About box help topic re new config file viewing functionality.
1 parent adca139 commit e1ac529

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

Src/Help/HTML/dlg_about.htm

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at http://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2005-2014, Peter Johnson (www.delphidabbler.com).
7+
* Copyright (C) 2005-2016, Peter Johnson (www.delphidabbler.com).
88
*
99
* $Rev$
1010
* $Date$
@@ -81,11 +81,17 @@ <h2>
8181
</li>
8282
</ul>
8383
<h2>
84-
Paths
84+
Paths &amp; Files
8585
</h2>
8686
<p>
8787
This tab gives information about various directories used by
88-
<em>CodeSnip</em>. They are:
88+
<em>CodeSnip</em> and enables the program's config files to be viewed.
89+
</p>
90+
<h3>
91+
Directories
92+
</h3>
93+
<p>
94+
The directories for which information is available are:
8995
</p>
9096
<ul class="unspaced">
9197
<li>
@@ -114,6 +120,22 @@ <h2>
114120
directory in Windows Explorer. If the directory does not exist then the
115121
button will be disabled.
116122
</p>
123+
<h3>
124+
Config Files
125+
</h3>
126+
<p>
127+
The content of the program's application wide and per-user config files
128+
can be displayed by clicking the <em>View Application Config File</em> and
129+
<em>View Per-User Config File</em> buttons respectively.
130+
</p>
131+
<p>
132+
You can find documentation of the meaning of the config file entries in
133+
<em>CodeSnip<em>'s <a
134+
href="https://github.com/delphidabbler/codesnip"
135+
class="weblink"
136+
target="_blank"
137+
>Git repository</a>.
138+
</p>
117139
</body>
118140
</html>
119141

0 commit comments

Comments
 (0)