Skip to content

Commit b5511d9

Browse files
committed
Update Saved Files documentation page
Updated with details of the file format used for the new Save Snippet Information feature.
1 parent afa37e4 commit b5511d9

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

Docs/Design/FileFormats/saved.html

+18-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
66
* obtain one at https://mozilla.org/MPL/2.0/
77
*
8-
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
8+
* Copyright (C) 2012-2025, Peter Johnson (gravatar.com/delphidabbler).
99
*
1010
* CodeSnip File Format Documentation: Saved Files
1111
-->
@@ -46,20 +46,27 @@ <h2>
4646
</h2>
4747

4848
<p>
49-
CodeSnip saves external files in two different ways:
49+
CodeSnip saves external files in three different ways:
5050
</p>
5151

5252
<ol>
5353
<li>
54-
By saving snippets to file from the <em>File | Save Snippet</em> menu.
54+
By saving snippet information to file from the <em>File | Save Snippet Information</em> menu option.
5555
</li>
5656
<li>
57-
By saving units to file from the <em>File | Save Unit</em> menu.
57+
By saving snippets to file from the <em>File | Save Snippet</em> menu option.
58+
</li>
59+
<li>
60+
By saving units to file from the <em>File | Save Unit</em> menu option.
5861
</li>
5962
</ol>
6063

6164
<p>
62-
In each case the following file types can be chosen by the user:
65+
In the first case the snippet is always saved in rich text format.
66+
</p>
67+
68+
<p>
69+
In the second two cases the following file types can be chosen by the user:
6370
</p>
6471

6572
<ul>
@@ -87,7 +94,11 @@ <h2>
8794
</h2>
8895

8996
<p>
90-
The encodings used depend on the file type and user choice. Different file
97+
In the first case the RTF is always saved in ASCII format.
98+
</p>
99+
100+
<p>
101+
In the 2nd and 3rd cases the encodings used depend on the file type and user choice. Different file
91102
types have different encoding choices, as follows:
92103
</p>
93104

@@ -140,7 +151,7 @@ <h2>
140151
<dd>
141152
<ul class="squashed">
142153
<li>
143-
ANSI (system default code page)
154+
ANSI (system default code page). ASCII format is actually used.
144155
</li>
145156
</ul>
146157
</dd>

0 commit comments

Comments
 (0)