File tree 11 files changed +29
-31
lines changed
11 files changed +29
-31
lines changed Original file line number Diff line number Diff line change 257
257
< em > D104S</ em > – Delphi 10.4 Sydney
258
258
</ li >
259
259
< li >
260
- < em > D11A</ em > – Delphi 11 Alexandria
260
+ < em > D11A</ em > – Delphi 11.x Alexandria
261
261
</ li >
262
262
< li >
263
263
< em > FPC</ em > – Free Pascal
570
570
< code class ="key "> D11A</ code > (Boolean)
571
571
</ dt >
572
572
< dd >
573
- Indicates whether Delphi 11 Alexandria was included in the search.
573
+ Indicates whether Delphi 11.x Alexandria was included in the search.
574
574
</ dd >
575
575
< dt >
576
576
< code class ="key "> FPC</ code > (Boolean)
Original file line number Diff line number Diff line change 5
5
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
6
6
* obtain one at https://mozilla.org/MPL/2.0/
7
7
*
8
- * Copyright (C) 2012-2021 , Peter Johnson (gravatar.com/delphidabbler).
8
+ * Copyright (C) 2012-2022 , Peter Johnson (gravatar.com/delphidabbler).
9
9
*
10
10
* CodeSnip File Format Documentation: Export
11
11
-->
597
597
< em > d104s</ em > – Delphi 10.4 Sydney compiler < span class ="highlight "> (v7.1 & later)</ span >
598
598
</ li >
599
599
< li >
600
- < em > d11a</ em > – Delphi 11 Alexandria compiler < span class ="highlight "> (v7.2 & later)</ span >
600
+ < em > d11a</ em > – Delphi 11.x Alexandria compiler < span class ="highlight "> (v7.2 & later)</ span >
601
601
</ li >
602
602
< li >
603
603
< em > fpc</ em > – Free Pascal compiler < span class ="highlight "> (all versions)</ span >
969
969
< em > Version 7.2 - 13 September 2021</ em >
970
970
</ dt >
971
971
< 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.
973
973
</ dd >
974
974
</ dl >
975
975
</ dd >
Original file line number Diff line number Diff line change 5
5
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
6
6
* obtain one at https://mozilla.org/MPL/2.0/
7
7
*
8
- * Copyright (C) 2012-2021 , Peter Johnson (gravatar.com/delphidabbler).
8
+ * Copyright (C) 2012-2022 , Peter Johnson (gravatar.com/delphidabbler).
9
9
*
10
10
* CodeSnip File Format Documentation: Main Database
11
11
-->
417
417
< code class ="key "> Delphi104S</ code > – Delphi 10.4 Sydney compiler *
418
418
</ li >
419
419
< li >
420
- < code class ="key "> Delphi11A</ code > – Delphi 11 Alexandria compiler *
420
+ < code class ="key "> Delphi11A</ code > – Delphi 11.x Alexandria compiler *
421
421
</ li >
422
422
< li >
423
423
< code class ="key "> FPC</ code > – Free Pascal compiler
Original file line number Diff line number Diff line change 5
5
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
6
6
* obtain one at https://mozilla.org/MPL/2.0/
7
7
*
8
- * Copyright (C) 2012-2021 , Peter Johnson (gravatar.com/delphidabbler).
8
+ * Copyright (C) 2012-2022 , Peter Johnson (gravatar.com/delphidabbler).
9
9
*
10
10
* CodeSnip File Format Documentation: User Database
11
11
-->
@@ -622,7 +622,7 @@ <h3 id="xml-file">
622
622
< em > d104s</ em > – Delphi 10.4 Sydney compiler < span class ="highlight "> (v6.9 & later)</ span >
623
623
</ li >
624
624
< li >
625
- < em > d11a</ em > – Delphi 11 Alexandria compiler < span class ="highlight "> (v6.10 & later)</ span >
625
+ < em > d11a</ em > – Delphi 11.x Alexandria compiler < span class ="highlight "> (v6.10 & later)</ span >
626
626
</ li >
627
627
< li >
628
628
< em > fpc</ em > – Free Pascal compiler < span class ="highlight "> (all versions)</ span >
@@ -1005,7 +1005,7 @@ <h2>
1005
1005
< em > Version 6.10 - 13 September 2021</ em >
1006
1006
</ dt >
1007
1007
< 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.
1009
1009
</ dd >
1010
1010
</ dl >
1011
1011
</ dd >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ online DelphiDabbler Code Snippets database as well as maintain a database of
14
14
user-defined snippets.
15
15
16
16
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
18
18
Alexandria and Free Pascal.
19
19
20
20
Compilable Pascal units can be created that contain selected snippets.
@@ -201,7 +201,7 @@ Configuring CodeSnip to Work With Your Compilers
201
201
================================================================================
202
202
203
203
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
205
205
FreePascal, providing some simple rules are followed.
206
206
207
207
When CodeSnip is first installed it knows nothing about the available compilers
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2006-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2006-2022 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Class that controls and provides information about Borland CodeGear and
9
9
* Embarcadero "BDS" Win32 compilers.
@@ -175,7 +175,7 @@ function TBDSCompiler.GetName: string;
175
175
sDelphi102T = ' Delphi 10.2 Tokyo' ;
176
176
sDelphi103R = ' Delphi 10.3 Rio' ;
177
177
sDelphi104S = ' Delphi 10.4 Sydney' ;
178
- sDelphi11A = ' Delphi 11 Alexandria' ;
178
+ sDelphi11A = ' Delphi 11.x Alexandria' ;
179
179
begin
180
180
case GetID of
181
181
ciDXE:
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2005-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2005-2022 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Declares various types that describe the compiler and compilation results and
9
9
* defines interfaces to compiler objects.
@@ -43,7 +43,7 @@ interface
43
43
ciD102T, // Delphi 10.2 Tokyo
44
44
ciD103R, // Delphi 10.3 Rio
45
45
ciD104S, // Delphi 10.4 Sydney,
46
- ciD11A, // Delphi 11 Alexandria
46
+ ciD11A, // Delphi 11.x Alexandria
47
47
ciFPC // Free Pascal
48
48
);
49
49
Original file line number Diff line number Diff line change 1
1
inherited CompilersDlg: TCompilersDlg
2
2
Caption = ' Configure Compilers'
3
3
ClientHeight = 381
4
- ClientWidth = 547
5
- ExplicitWidth = 553
4
+ ClientWidth = 588
5
+ ExplicitWidth = 594
6
6
ExplicitHeight = 410
7
7
PixelsPerInch = 96
8
8
TextHeight = 13
9
9
inherited pnlBody: TPanel
10
- Width = 531
11
- ExplicitWidth = 531
10
+ Width = 539
11
+ ExplicitWidth = 539
12
12
object pbBanner: TPaintBox
13
- Left = 161
13
+ Left = 169
14
14
Top = 0
15
15
Width = 370
16
16
Height = 23
@@ -26,7 +26,7 @@ inherited CompilersDlg: TCompilersDlg
26
26
object lbCompilers: TListBox
27
27
Left = 0
28
28
Top = 0
29
- Width = 155
29
+ Width = 163
30
30
Height = 292
31
31
Style = lbOwnerDrawFixed
32
32
Ctl3D = True
@@ -36,7 +36,7 @@ inherited CompilersDlg: TCompilersDlg
36
36
TabOrder = 0
37
37
end
38
38
object pcCompiler: TPageControl
39
- Left = 161
39
+ Left = 169
40
40
Top = 29
41
41
Width = 370
42
42
Height = 263
@@ -52,8 +52,6 @@ inherited CompilersDlg: TCompilersDlg
52
52
Height = 235
53
53
Align = alClient
54
54
TabOrder = 0
55
- ExplicitLeft = -4
56
- ExplicitTop = 2
57
55
end
58
56
end
59
57
object tsSwitches: TTabSheet
Original file line number Diff line number Diff line change 3
3
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4
4
* obtain one at https://mozilla.org/MPL/2.0/
5
5
*
6
- * Copyright (C) 2010-2021 , Peter Johnson (gravatar.com/delphidabbler).
6
+ * Copyright (C) 2010-2022 , Peter Johnson (gravatar.com/delphidabbler).
7
7
*
8
8
* Implements a frame that allows user to set source code generation
9
9
* preferences.
@@ -685,7 +685,7 @@ procedure TCodeGenPrefsFrame.PopulatePreDefCompilerMenu;
685
685
AddMenuItem(' Delphi 10.2 Tokyo' , 32.0 );
686
686
AddMenuItem(' Delphi 10.3 Rio' , 33.0 );
687
687
AddMenuItem(' Delphi 10.4 Sydney' , 34.0 );
688
- AddMenuItem(' Delphi 11 Alexandria' , 35.0 );
688
+ AddMenuItem(' Delphi 11.x Alexandria' , 35.0 );
689
689
end ;
690
690
691
691
procedure TCodeGenPrefsFrame.PreDefCompilerMenuClick (Sender: TObject);
Original file line number Diff line number Diff line change 4
4
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
5
5
* obtain one at https://mozilla.org/MPL/2.0/
6
6
*
7
- * Copyright (C) 2005-2021 , Peter Johnson (gravatar.com/delphidabbler).
7
+ * Copyright (C) 2005-2022 , Peter Johnson (gravatar.com/delphidabbler).
8
8
*
9
9
* Help topic explaining compiler checks.
10
10
-->
34
34
</ p >
35
35
< p >
36
36
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.
38
38
</ p >
39
39
< h2 >
40
40
Configuring CodeSnip
Original file line number Diff line number Diff line change 4
4
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
5
5
* obtain one at https://mozilla.org/MPL/2.0/
6
6
*
7
- * Copyright (C) 2005-2021 , Peter Johnson (gravatar.com/delphidabbler).
7
+ * Copyright (C) 2005-2022 , Peter Johnson (gravatar.com/delphidabbler).
8
8
*
9
9
* Help topic for Configure Compilers dialogue box.
10
10
-->
281
281
</ h2 >
282
282
< p >
283
283
< 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
285
285
Delphi Compilers</ em > button to do this. Any supported installed version
286
286
of Delphi will be recorded. This can save considerable time and avoid
287
287
errors.
You can’t perform that action at this time.
0 commit comments