Skip to content

Commit 74c1ad4

Browse files
committed
Merge branch 'feature/issue#48-delphi-alexandria-name-update' into develop
Fixes #48
2 parents 3aa37bc + 5b93250 commit 74c1ad4

11 files changed

+29
-31
lines changed

Docs/Design/FileFormats/config.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h4>
257257
<em>D104S</em> &ndash; Delphi 10.4 Sydney
258258
</li>
259259
<li>
260-
<em>D11A</em> &ndash; Delphi 11 Alexandria
260+
<em>D11A</em> &ndash; Delphi 11.x Alexandria
261261
</li>
262262
<li>
263263
<em>FPC</em> &ndash; Free Pascal
@@ -570,7 +570,7 @@ <h4>
570570
<code class="key">D11A</code> (Boolean)
571571
</dt>
572572
<dd>
573-
Indicates whether Delphi 11 Alexandria was included in the search.
573+
Indicates whether Delphi 11.x Alexandria was included in the search.
574574
</dd>
575575
<dt>
576576
<code class="key">FPC</code> (Boolean)

Docs/Design/FileFormats/export.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
66
* obtain one at https://mozilla.org/MPL/2.0/
77
*
8-
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
8+
* Copyright (C) 2012-2022, Peter Johnson (gravatar.com/delphidabbler).
99
*
1010
* CodeSnip File Format Documentation: Export
1111
-->
@@ -597,7 +597,7 @@ <h2>
597597
<em>d104s</em> &ndash; Delphi 10.4 Sydney compiler <span class="highlight">(v7.1 &amp; later)</span>
598598
</li>
599599
<li>
600-
<em>d11a</em> &ndash; Delphi 11 Alexandria compiler <span class="highlight">(v7.2 &amp; later)</span>
600+
<em>d11a</em> &ndash; Delphi 11.x Alexandria compiler <span class="highlight">(v7.2 &amp; later)</span>
601601
</li>
602602
<li>
603603
<em>fpc</em> &ndash; Free Pascal compiler <span class="highlight">(all versions)</span>
@@ -969,7 +969,7 @@ <h2>
969969
<em>Version 7.2 - 13 September 2021</em>
970970
</dt>
971971
<dd>
972-
Updated with CodeSnip v4.18.0 to add support for Delphi 11 Alexandria.
972+
Updated with CodeSnip v4.18.0 to add support for Delphi 11.x Alexandria.
973973
</dd>
974974
</dl>
975975
</dd>

Docs/Design/FileFormats/main-db.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
66
* obtain one at https://mozilla.org/MPL/2.0/
77
*
8-
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
8+
* Copyright (C) 2012-2022, Peter Johnson (gravatar.com/delphidabbler).
99
*
1010
* CodeSnip File Format Documentation: Main Database
1111
-->
@@ -417,7 +417,7 @@ <h4>
417417
<code class="key">Delphi104S</code> – Delphi 10.4 Sydney compiler *
418418
</li>
419419
<li>
420-
<code class="key">Delphi11A</code> – Delphi 11 Alexandria compiler *
420+
<code class="key">Delphi11A</code> – Delphi 11.x Alexandria compiler *
421421
</li>
422422
<li>
423423
<code class="key">FPC</code> – Free Pascal compiler

Docs/Design/FileFormats/user-db.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
66
* obtain one at https://mozilla.org/MPL/2.0/
77
*
8-
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
8+
* Copyright (C) 2012-2022, Peter Johnson (gravatar.com/delphidabbler).
99
*
1010
* CodeSnip File Format Documentation: User Database
1111
-->
@@ -622,7 +622,7 @@ <h3 id="xml-file">
622622
<em>d104s</em> &ndash; Delphi 10.4 Sydney compiler <span class="highlight">(v6.9 &amp; later)</span>
623623
</li>
624624
<li>
625-
<em>d11a</em> &ndash; Delphi 11 Alexandria compiler <span class="highlight">(v6.10 &amp; later)</span>
625+
<em>d11a</em> &ndash; Delphi 11.x Alexandria compiler <span class="highlight">(v6.10 &amp; later)</span>
626626
</li>
627627
<li>
628628
<em>fpc</em> &ndash; Free Pascal compiler <span class="highlight">(all versions)</span>
@@ -1005,7 +1005,7 @@ <h2>
10051005
<em>Version 6.10 - 13 September 2021</em>
10061006
</dt>
10071007
<dd>
1008-
Updated with CodeSnip v4.18.0 to add support for Delphi 11 Alexandria.
1008+
Updated with CodeSnip v4.18.0 to add support for Delphi 11.x Alexandria.
10091009
</dd>
10101010
</dl>
10111011
</dd>

Docs/ReadMe.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ online DelphiDabbler Code Snippets database as well as maintain a database of
1414
user-defined snippets.
1515

1616
It displays details of each snippet in the database and can test-compile them
17-
with each installed Win32 version of Delphi from Delphi 2 to Delphi 11
17+
with each installed Win32 version of Delphi from Delphi 2 to Delphi 11.x
1818
Alexandria and Free Pascal.
1919

2020
Compilable Pascal units can be created that contain selected snippets.
@@ -201,7 +201,7 @@ Configuring CodeSnip to Work With Your Compilers
201201
================================================================================
202202

203203
A feature of CodeSnip is its ability to test compile snippets with any installed
204-
Windows 32 version of Delphi (from Delphi 2 to Delphi 11 Alexandria) and
204+
Windows 32 version of Delphi (from Delphi 2 to Delphi 11.x Alexandria) and
205205
FreePascal, providing some simple rules are followed.
206206

207207
When CodeSnip is first installed it knows nothing about the available compilers

Src/Compilers.UBDS.pas

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at https://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2006-2021, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2006-2022, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Class that controls and provides information about Borland CodeGear and
99
* Embarcadero "BDS" Win32 compilers.
@@ -175,7 +175,7 @@ function TBDSCompiler.GetName: string;
175175
sDelphi102T = 'Delphi 10.2 Tokyo';
176176
sDelphi103R = 'Delphi 10.3 Rio';
177177
sDelphi104S = 'Delphi 10.4 Sydney';
178-
sDelphi11A = 'Delphi 11 Alexandria';
178+
sDelphi11A = 'Delphi 11.x Alexandria';
179179
begin
180180
case GetID of
181181
ciDXE:

Src/Compilers.UGlobals.pas

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at https://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2022, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Declares various types that describe the compiler and compilation results and
99
* defines interfaces to compiler objects.
@@ -43,7 +43,7 @@ interface
4343
ciD102T, // Delphi 10.2 Tokyo
4444
ciD103R, // Delphi 10.3 Rio
4545
ciD104S, // Delphi 10.4 Sydney,
46-
ciD11A, // Delphi 11 Alexandria
46+
ciD11A, // Delphi 11.x Alexandria
4747
ciFPC // Free Pascal
4848
);
4949

Src/FmCompilersDlg.dfm

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
inherited CompilersDlg: TCompilersDlg
22
Caption = 'Configure Compilers'
33
ClientHeight = 381
4-
ClientWidth = 547
5-
ExplicitWidth = 553
4+
ClientWidth = 588
5+
ExplicitWidth = 594
66
ExplicitHeight = 410
77
PixelsPerInch = 96
88
TextHeight = 13
99
inherited pnlBody: TPanel
10-
Width = 531
11-
ExplicitWidth = 531
10+
Width = 539
11+
ExplicitWidth = 539
1212
object pbBanner: TPaintBox
13-
Left = 161
13+
Left = 169
1414
Top = 0
1515
Width = 370
1616
Height = 23
@@ -26,7 +26,7 @@ inherited CompilersDlg: TCompilersDlg
2626
object lbCompilers: TListBox
2727
Left = 0
2828
Top = 0
29-
Width = 155
29+
Width = 163
3030
Height = 292
3131
Style = lbOwnerDrawFixed
3232
Ctl3D = True
@@ -36,7 +36,7 @@ inherited CompilersDlg: TCompilersDlg
3636
TabOrder = 0
3737
end
3838
object pcCompiler: TPageControl
39-
Left = 161
39+
Left = 169
4040
Top = 29
4141
Width = 370
4242
Height = 263
@@ -52,8 +52,6 @@ inherited CompilersDlg: TCompilersDlg
5252
Height = 235
5353
Align = alClient
5454
TabOrder = 0
55-
ExplicitLeft = -4
56-
ExplicitTop = 2
5755
end
5856
end
5957
object tsSwitches: TTabSheet

Src/FrCodeGenPrefs.pas

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at https://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2010-2021, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2010-2022, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements a frame that allows user to set source code generation
99
* preferences.
@@ -685,7 +685,7 @@ procedure TCodeGenPrefsFrame.PopulatePreDefCompilerMenu;
685685
AddMenuItem('Delphi 10.2 Tokyo', 32.0);
686686
AddMenuItem('Delphi 10.3 Rio', 33.0);
687687
AddMenuItem('Delphi 10.4 Sydney', 34.0);
688-
AddMenuItem('Delphi 11 Alexandria', 35.0);
688+
AddMenuItem('Delphi 11.x Alexandria', 35.0);
689689
end;
690690

691691
procedure TCodeGenPrefsFrame.PreDefCompilerMenuClick(Sender: TObject);

Src/Help/HTML/about_compiler_checks.htm

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at https://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
7+
* Copyright (C) 2005-2022, Peter Johnson (gravatar.com/delphidabbler).
88
*
99
* Help topic explaining compiler checks.
1010
-->
@@ -34,7 +34,7 @@ <h1>
3434
</p>
3535
<p>
3636
The supported compilers are the Win32 Delphi compilers from Delphi 2 to
37-
Delphi 11 Alexandria and Free Pascal.
37+
Delphi 11.x Alexandria and Free Pascal.
3838
</p>
3939
<h2>
4040
Configuring CodeSnip

Src/Help/HTML/dlg_configcompilers.htm

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at https://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
7+
* Copyright (C) 2005-2022, Peter Johnson (gravatar.com/delphidabbler).
88
*
99
* Help topic for Configure Compilers dialogue box.
1010
-->
@@ -281,7 +281,7 @@ <h2>
281281
</h2>
282282
<p>
283283
<em>CodeSnip</em> can automatically detect the presence of Win 32 Delphi
284-
compilers from Delphi 2 to Delphi 11 Alexandria. Click the <em>Detect
284+
compilers from Delphi 2 to Delphi 11.x Alexandria. Click the <em>Detect
285285
Delphi Compilers</em> button to do this. Any supported installed version
286286
of Delphi will be recorded. This can save considerable time and avoid
287287
errors.

0 commit comments

Comments
 (0)