You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/Design/FileFormats/config.html
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
6
6
* obtain one at https://mozilla.org/MPL/2.0/
7
7
*
8
-
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
8
+
* Copyright (C) 2012-2022, Peter Johnson (gravatar.com/delphidabbler).
9
9
*
10
10
* CodeSnip File Format Documentation: Configuration Files
11
11
-->
@@ -167,7 +167,7 @@ <h3>
167
167
</p>
168
168
169
169
<p>
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.
170
+
There have been several versions of this file. The current one is version 18. The change to version 18 came with CodeSnip v4.20.0 and the addition of the [Prefs] section.
Size of font to be used in overview pane tree view. If missing or empty the default value is <codeclass="value">9</code>.
920
+
Size of font to be used in overview pane tree view. If missing or empty the default value is the default font size of the operationg system.
921
+
</dd>
922
+
<dt>
923
+
<codeclass="key">DetailFontSize</code> (Integer)
924
+
</dt>
925
+
<dd>
926
+
Size of font to be used in detail pane for all text except for source code. If missing or empty the default value is the default content font size of the operating system.
0 commit comments