File tree 1 file changed +18
-7
lines changed
1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 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-2025 , Peter Johnson (gravatar.com/delphidabbler).
9
9
*
10
10
* CodeSnip File Format Documentation: Saved Files
11
11
-->
46
46
</ h2 >
47
47
48
48
< p >
49
- CodeSnip saves external files in two different ways:
49
+ CodeSnip saves external files in three different ways:
50
50
</ p >
51
51
52
52
< ol >
53
53
< 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 .
55
55
</ li >
56
56
< 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.
58
61
</ li >
59
62
</ ol >
60
63
61
64
< 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:
63
70
</ p >
64
71
65
72
< ul >
87
94
</ h2 >
88
95
89
96
< 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
91
102
types have different encoding choices, as follows:
92
103
</ p >
93
104
140
151
< dd >
141
152
< ul class ="squashed ">
142
153
< li >
143
- ANSI (system default code page)
154
+ ANSI (system default code page). ASCII format is actually used.
144
155
</ li >
145
156
</ ul >
146
157
</ dd >
You can’t perform that action at this time.
0 commit comments