File tree 4 files changed +69
-0
lines changed
4 files changed +69
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ HTML\dlg_registercompilers.htm
57
57
HTML\dlg_renamecategory.htm
58
58
HTML\dlg_restore.htm
59
59
HTML\dlg_savehiliter.htm
60
+ HTML\dlg_saveinfo.htm
60
61
HTML\dlg_saveselection.htm
61
62
HTML\dlg_savesnippet.htm
62
63
HTML\dlg_selectcompiler.htm
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
+ <!--
3
+ * This Source Code Form is subject to the terms of the Mozilla Public License,
4
+ * v. 2.0. If a copy of the MPL was not distributed with this file, You can
5
+ * obtain one at https://mozilla.org/MPL/2.0/
6
+ *
7
+ * Copyright (C) 2025, Peter Johnson (gravatar.com/delphidabbler).
8
+ *
9
+ * Help topic for Save Snippet Information dialogue box.
10
+ -->
11
+ < html >
12
+
13
+ < head >
14
+ < meta name ="generator " content ="HTML Tidy, see www.w3.org ">
15
+ < meta http-equiv ="Content-Type " content ="text-html; charset=Windows-1252 ">
16
+ < title >
17
+ Save Snippet Information Dialogue Box
18
+ </ title >
19
+ < link rel ="stylesheet " href ="../css/codesnip.css " type ="text/css ">
20
+ </ head >
21
+
22
+ < body >
23
+ < object type ="application/x-oleobject " classid ="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e ">
24
+ < param name ="ALink Name " value ="SnippetInfoFileDlg ">
25
+ </ object >
26
+ < h1 >
27
+ < a name ="dlg_saveinfo "> </ a > Save Snippet Information Dialogue Box
28
+ </ h1 >
29
+ < p >
30
+ This dialogue box is displayed when the < em > File | Save Snippet
31
+ Information</ em > menu option is clicked. It is used to specify the
32
+ name of the file into which information about the currently selected
33
+ snippet is to be saved.
34
+ </ p >
35
+ < p >
36
+ The saved snippet information is written in rich text format.
37
+ </ p >
38
+ < p >
39
+ This dialogue is a standard Windows save dialogue box. You specify the
40
+ name and folder for the file in the usual way.
41
+ </ p >
42
+ < p >
43
+ Use the < em > Save</ em > button to write the file to disk or press
44
+ < em > Cancel</ em > to abort.
45
+ </ p >
46
+ </ body >
47
+
48
+ </ html >
Original file line number Diff line number Diff line change 44
44
not routines are ignored.
45
45
</ td >
46
46
</ tr >
47
+ < tr >
48
+ < td class ="img ">
49
+
50
+ </ td >
51
+ < td class ="item ">
52
+ Save Snippet Information< br >
53
+ [< span class ="smallcaps "> Shift+Ctrl+I</ span > ]
54
+ </ td >
55
+ < td class ="desc ">
56
+ Saves information about the currently selected snippet to file, in
57
+ rich text format. The information saved is that displayed in the
58
+ < a href ="detail_pane.htm "> Detail Pane</ a > .
59
+ The < a href ="dlg_saveinfo.htm "> Save Snippet Information</ a > dialogue
60
+ box is displayed where the required file name is entered.
61
+ </ td >
62
+ </ tr >
47
63
< tr >
48
64
< td class ="img ">
49
65
< img
Original file line number Diff line number Diff line change 316
316
<param name="Name" value="rename category dialogue">
317
317
<param name="Local" value="HTML\dlg_renamecategory.htm">
318
318
</OBJECT>
319
+ <LI> <OBJECT type="text/sitemap">
320
+ <param name="Name" value="save snippet information dialogue">
321
+ <param name="Local" value="HTML\dlg_saveinfo.htm">
322
+ </OBJECT>
319
323
<LI> <OBJECT type="text/sitemap">
320
324
<param name="Name" value="save annotated source dialogue">
321
325
<param name="Local" value="HTML\dlg_savesnippet.htm">
You can’t perform that action at this time.
0 commit comments