Skip to content

Commit 4fcb12e

Browse files
committed
Update config file docs re new [Prefs] section
[Prefs] section used to store tab displayed when Preferences dialogue was last closed.
1 parent 53adc32 commit 4fcb12e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Docs/Design/FileFormats/config.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,27 @@ <h4>
732732
</dd>
733733
</dl>
734734

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+
735756
<h4>
736757
[Prefs:CodeGen] section
737758
</h4>

0 commit comments

Comments
 (0)