Skip to content

Commit 8d388fd

Browse files
author
Carlo Barazzetta
committed
ver. 2.3.6
- Added support for Delphi 13 - Automatic search for index name Home_Index.md before Index.md - Enlarged Buttons to 80 pixels to fit translations - Added Russian translations and updated other translations - Translation Repository (xml) in Unicode format - Removed Google Chart API support - Fixed Restore Position in monitor with High-DPI
1 parent cac85c7 commit 8d388fd

178 files changed

Lines changed: 10729 additions & 4909 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
call "C:\BDS\Studio\23.0\bin\rsvars.bat"
1+
call "C:\BDS\Studio\37.0\bin\rsvars.bat"
22
msbuild.exe "Source\MDHelpViewer.dproj" /target:Clean;Build /p:Platform=Win64 /p:config=release
33
msbuild.exe "Source\MDHelpViewer.dproj" /target:Clean;Build /p:Platform=Win32 /p:config=release
44

Demo/Source/DemoAbout.dfm

Lines changed: 663 additions & 492 deletions
Large diffs are not rendered by default.

Demo/Source/DemoAbout.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface
2929

3030
uses
3131
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
32-
StdCtrls, ExtCtrls;
32+
StdCtrls, ExtCtrls, Vcl.Imaging.pngimage;
3333

3434
resourcestring
3535
Title_MDHViewer = 'Markdown Help Viewer';

Demo/Source/MainForm.dfm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,7 @@ object fmMain: TfmMain
335335
Height = 385
336336
Align = alClient
337337
TabOrder = 0
338-
ExplicitLeft = 2
339-
ExplicitTop = 22
338+
RescalingImage = True
340339
end
341340
end
342341
object MainMenu: TMainMenu

Demo/WebHelp/1100.htm

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<style type="text/css">
2+
code{
3+
font-size: small;
4+
font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
5+
}
6+
pre{
7+
border: 1px solid #ddd;
8+
border-left: 3px solid #0d6efd;
9+
overflow: auto;
10+
padding: 1em 1.5em;
11+
display: block;
12+
}
13+
Blockquote{
14+
border-left: 3px solid #0d6efd;
15+
padding-left: 0.5em;
16+
margin-left:1em;
17+
}
18+
Blockquote p{
19+
margin: 0;
20+
}
21+
table{
22+
border:1px solid;
23+
border-collapse:collapse;
24+
}
25+
th{'+
26+
padding:5px;
27+
border:1px solid;
28+
}
29+
td{
30+
padding:5px;
31+
border:1px solid;
32+
}
33+
</style>
34+
<h1>File Menu</h1>
35+
<p><img src="FileMenu.png" alt="File Menu"/></p>
36+
<p>This is the File Menu with files operations&hellip;</p>
37+
<p>Return to <a href="Index.htm">Index</a> to see all the operation available.</p>

Demo/WebHelp/1200.htm

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<style type="text/css">
2+
code{
3+
font-size: small;
4+
font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
5+
}
6+
pre{
7+
border: 1px solid #ddd;
8+
border-left: 3px solid #0d6efd;
9+
overflow: auto;
10+
padding: 1em 1.5em;
11+
display: block;
12+
}
13+
Blockquote{
14+
border-left: 3px solid #0d6efd;
15+
padding-left: 0.5em;
16+
margin-left:1em;
17+
}
18+
Blockquote p{
19+
margin: 0;
20+
}
21+
table{
22+
border:1px solid;
23+
border-collapse:collapse;
24+
}
25+
th{'+
26+
padding:5px;
27+
border:1px solid;
28+
}
29+
td{
30+
padding:5px;
31+
border:1px solid;
32+
}
33+
</style>
34+
<h1>Edit Menu</h1>
35+
<p><img src="EditMenu.png" alt="Edit Menu"/></p>
36+
<p>This is the Edit Menu with Edit operations&hellip;</p>
37+
<p>Return to <a href="Index.htm">Index</a> to see all the operation available.</p>

Demo/WebHelp/AboutForm.png

22.5 KB
Loading

Demo/WebHelp/BrowseDataTab.png

36 KB
Loading

Demo/WebHelp/BrowseTab.htm

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<style type="text/css">
2+
code{
3+
font-size: small;
4+
font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
5+
}
6+
pre{
7+
border: 1px solid #ddd;
8+
border-left: 3px solid #0d6efd;
9+
overflow: auto;
10+
padding: 1em 1.5em;
11+
display: block;
12+
}
13+
Blockquote{
14+
border-left: 3px solid #0d6efd;
15+
padding-left: 0.5em;
16+
margin-left:1em;
17+
}
18+
Blockquote p{
19+
margin: 0;
20+
}
21+
table{
22+
border:1px solid;
23+
border-collapse:collapse;
24+
}
25+
th{'+
26+
padding:5px;
27+
border:1px solid;
28+
}
29+
td{
30+
padding:5px;
31+
border:1px solid;
32+
}
33+
</style>
34+
<h1>Browse Tab</h1>
35+
<h2>Browsing data in grid</h2>
36+
<p>In this tab of the application you can browse all the data contained in the table.</p>
37+
<p>In the &ldquo;grid&rdquo; you can move the cursors in every directions to read the data.</p>
38+
<p>At the bottom of the Tab, you can see a preview image of the fish and a full description.</p>
39+
<p>At the top-right, you can use the <a href="DataNavigator.htm">&ldquo;Data Navigator&rdquo;</a> to move the data cursor and edit table.</p>
40+
<p>Click to the <a href="EditTab.htm">&ldquo;Edit Data&rdquo; Tab</a> to Edit the data.</p>
41+
<p><img src="BrowseDataTab.png" alt="Browse Tab Page"/></p>
42+
<p>Return to <a href="Index.htm">Index</a> to see all the operation available.</p>

Demo/WebHelp/DataNavigator.htm

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<style type="text/css">
2+
code{
3+
font-size: small;
4+
font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
5+
}
6+
pre{
7+
border: 1px solid #ddd;
8+
border-left: 3px solid #0d6efd;
9+
overflow: auto;
10+
padding: 1em 1.5em;
11+
display: block;
12+
}
13+
Blockquote{
14+
border-left: 3px solid #0d6efd;
15+
padding-left: 0.5em;
16+
margin-left:1em;
17+
}
18+
Blockquote p{
19+
margin: 0;
20+
}
21+
table{
22+
border:1px solid;
23+
border-collapse:collapse;
24+
}
25+
th{'+
26+
padding:5px;
27+
border:1px solid;
28+
}
29+
td{
30+
padding:5px;
31+
border:1px solid;
32+
}
33+
</style>
34+
<h1>Data Navigator</h1>
35+
<p><img src="Navigator.png" alt="Navigator"/></p>
36+
<p>The Navigator contains several buttons to Browse and Edit Data:</p>
37+
<h2>Movement buttons:</h2>
38+
<ul>
39+
<li>First Record</li>
40+
<li>Prior Record</li>
41+
<li>Next Record</li>
42+
<li>Last Record</li>
43+
</ul>
44+
<h2>Editing buttons:</h2>
45+
<ul>
46+
<li>Insert Record</li>
47+
<li>Delete Record</li>
48+
<li>Edit Record</li>
49+
<li>Confirm/Save Data</li>
50+
<li>Cancel Editing</li>
51+
</ul>
52+
<p>At the bottom-left of the Tab, you can change the image associated to the fish.</p>
53+
<p>At the right of the panel you can enter a full description.</p>
54+
<p>At the top-right, you can use the <a href="DataNav.htm">&ldquo;Data Navigator&rdquo;</a> to move the data cursor and edit table.</p>
55+
<p>Click to the <a href="EditTab.htm">&ldquo;Edit Data&rdquo; Tab</a> to Edit the data.</p>
56+
<p>The Navigator can be used into <a href="BrowseTab.htm">&ldquo;Browse Data&rdquo; Tab</a> or in the <a href="EditTab.htm">&ldquo;Edit Data&rdquo; Tab</a></p>

0 commit comments

Comments
 (0)