File tree Expand file tree Collapse file tree 4 files changed +69
-0
lines changed Expand file tree Collapse file tree 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
5757HTML\dlg_renamecategory.htm
5858HTML\dlg_restore.htm
5959HTML\dlg_savehiliter.htm
60+ HTML\dlg_saveinfo.htm
6061HTML\dlg_saveselection.htm
6162HTML\dlg_savesnippet.htm
6263HTML\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 4444 not routines are ignored.
4545 </ td >
4646 </ 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 >
4763 < tr >
4864 < td class ="img ">
4965 < img
Original file line number Diff line number Diff line change 316316 <param name="Name" value="rename category dialogue">
317317 <param name="Local" value="HTML\dlg_renamecategory.htm">
318318 </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>
319323 <LI> <OBJECT type="text/sitemap">
320324 <param name="Name" value="save annotated source dialogue">
321325 <param name="Local" value="HTML\dlg_savesnippet.htm">
You can’t perform that action at this time.
0 commit comments