Skip to content

Commit afa37e4

Browse files
committed
Update help file re save snippet information feature
Added new help topic for the Save Snippet Information file save dialogue box. Updated help project file and help index file re the new topic. Updated File menu help topic to add the new Save Snippet Information menu option.
1 parent 0265ec0 commit afa37e4

File tree

4 files changed

+69
-0
lines changed

4 files changed

+69
-0
lines changed

Src/Help/CodeSnip.hhp

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ HTML\dlg_registercompilers.htm
5757
HTML\dlg_renamecategory.htm
5858
HTML\dlg_restore.htm
5959
HTML\dlg_savehiliter.htm
60+
HTML\dlg_saveinfo.htm
6061
HTML\dlg_saveselection.htm
6162
HTML\dlg_savesnippet.htm
6263
HTML\dlg_selectcompiler.htm

Src/Help/HTML/dlg_saveinfo.htm

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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>

Src/Help/HTML/menu_file.htm

+16
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,22 @@ <h1>
4444
not routines are ignored.
4545
</td>
4646
</tr>
47+
<tr>
48+
<td class="img">
49+
&nbsp;
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

Src/Help/Index.hhk

+4
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,10 @@
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">

0 commit comments

Comments
 (0)