File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Expand file tree Collapse file tree 8 files changed +18
-18
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) 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 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