|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2 |
| - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 2 | + "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | 3 | <!--
|
4 | 4 | * This Source Code Form is subject to the terms of the Mozilla Public License,
|
5 | 5 | * v. 2.0. If a copy of the MPL was not distributed with this file, You can
|
6 |
| - * obtain one at http://mozilla.org/MPL/2.0/ |
| 6 | + * obtain one at https://mozilla.org/MPL/2.0/ |
7 | 7 | *
|
8 | 8 | * Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
|
9 | 9 | *
|
10 | 10 | * CodeSnip File Format Documentation: Configuration Files
|
11 | 11 | -->
|
12 |
| -<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> |
| 12 | +<html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> |
13 | 13 |
|
14 | 14 | <head>
|
15 | 15 |
|
|
167 | 167 | </p>
|
168 | 168 |
|
169 | 169 | <p>
|
170 |
| - There have been several versions of this file. The current one is version 16. The change to version 16 came with CodeSnip v4.16.0 and the removal of DelphiDabbler web service support. |
| 170 | + There have been several versions of this file. The current one is version 17. The change to version 17 came with CodeSnip v4.19.0 and the addition of the [Prefs] section. |
171 | 171 | </p>
|
172 | 172 |
|
173 | 173 | <p>
|
@@ -732,6 +732,27 @@ <h4>
|
732 | 732 | </dd>
|
733 | 733 | </dl>
|
734 | 734 |
|
| 735 | +<h4> |
| 736 | + [Prefs] section |
| 737 | +</h4> |
| 738 | + |
| 739 | +<p> |
| 740 | + Stores information about the Preferences dialogue box itself, rather than actual preferences data. Actual preference data is stored in sections with names like [Prefs:XXX] where XXX is a preferences sub-section. |
| 741 | +</p> |
| 742 | + |
| 743 | +<p> |
| 744 | + Name / Value pairs: |
| 745 | +</p> |
| 746 | + |
| 747 | +<dl class="indent"> |
| 748 | + <dt> |
| 749 | + <code class="key">LastTab</code> (string) |
| 750 | + </dt> |
| 751 | + <dd> |
| 752 | + Name of the tab that was open when the dialogue box was last closed. May be the empty string if the dialogue box has not yet been opened. |
| 753 | + </dd> |
| 754 | +</dl> |
| 755 | + |
735 | 756 | <h4>
|
736 | 757 | [Prefs:CodeGen] section
|
737 | 758 | </h4>
|
@@ -892,6 +913,12 @@ <h4>
|
892 | 913 | The value is a definition of a custom colour in the format used by the <var>TColorDialog</var> dialogue box. This format is <code class="value">ColourID=ColourNum</code> where <em>ColourID</em> is a value from <code class="value">ColorA</code> to <code class="value">ColorP</code> and <em>ColourNum</em> is the hex representation of the colour.
|
893 | 914 | </div>
|
894 | 915 | </dd>
|
| 916 | + <dt> |
| 917 | + <code class="key">OverviewFontSize</code> (Integer) |
| 918 | + </dt> |
| 919 | + <dd> |
| 920 | + Size of font to be used in overview pane tree view. If missing or empty the default value is <code class="value">9</code>. |
| 921 | + </dd> |
895 | 922 | </dl>
|
896 | 923 |
|
897 | 924 | <h4>
|
|
0 commit comments