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
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -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
+
<dlclass="indent">
748
+
<dt>
749
+
<codeclass="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.
0 commit comments