Skip to content

Commit 48a9a99

Browse files
committed
Update file format docs re supported for Delphi 10.2 to 10.4
File formats for (1) user config file (2) export files (3) main database (Code Snippets Database) (4) user database all added support for the newer Delphis.
1 parent deb11c4 commit 48a9a99

File tree

4 files changed

+54
-0
lines changed

4 files changed

+54
-0
lines changed

Docs/Design/FileFormats/config.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,15 @@ <h4>
247247
<li>
248248
<em>D101B</em> &ndash; Delphi 10.1 Berlin
249249
</li>
250+
<li>
251+
<em>D102T</em> &ndash; Delphi 10.2 Tokyo
252+
</li>
253+
<li>
254+
<em>D103R</em> &ndash; Delphi 10.3 Rio
255+
</li>
256+
<li>
257+
<em>D104S</em> &ndash; Delphi 10.4 Sydney
258+
</li>
250259
<li>
251260
<em>FPC</em> &ndash; Free Pascal
252261
</li>
@@ -536,6 +545,24 @@ <h4>
536545
<dd>
537546
Indicates whether Delphi 10.1 Berlin was included in the search.
538547
</dd>
548+
<dt>
549+
<code class="key">D102T</code> (Boolean)
550+
</dt>
551+
<dd>
552+
Indicates whether Delphi 10.2 Tokyo was included in the search.
553+
</dd>
554+
<dt>
555+
<code class="key">D103R</code> (Boolean)
556+
</dt>
557+
<dd>
558+
Indicates whether Delphi 10.3 Rio was included in the search.
559+
</dd>
560+
<dt>
561+
<code class="key">D104S</code> (Boolean)
562+
</dt>
563+
<dd>
564+
Indicates whether Delphi 10.4 Sydney was included in the search.
565+
</dd>
539566
<dt>
540567
<code class="key">FPC</code> (Boolean)
541568
</dt>

Docs/Design/FileFormats/export.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,15 @@ <h2>
551551
<li>
552552
<em>d101b</em> &ndash; Delphi 10.1 Berlin compiler
553553
</li>
554+
<li>
555+
<em>d102t</em> &ndash; Delphi 10.2 Tokyo compiler
556+
</li>
557+
<li>
558+
<em>d103r</em> &ndash; Delphi 10.3 Rio compiler
559+
</li>
560+
<li>
561+
<em>d104s</em> &ndash; Delphi 10.4 Sydney compiler
562+
</li>
554563
<li>
555564
<em>fpc</em> &ndash; Free Pascal compiler
556565
</li>

Docs/Design/FileFormats/main-db.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,15 @@ <h4>
403403
<li>
404404
<code class="key">Delphi101B</code> – Delphi 10.1 Berlin compiler
405405
</li>
406+
<li>
407+
<code class="key">Delphi102T</code> – Delphi 10.2 Tokyo compiler
408+
</li>
409+
<li>
410+
<code class="key">Delphi103R</code> – Delphi 10.3 Rio compiler
411+
</li>
412+
<li>
413+
<code class="key">Delphi104S</code> – Delphi 10.4 Sydney compiler
414+
</li>
406415
<li>
407416
<code class="key">FPC</code> – Free Pascal compiler
408417
</li>

Docs/Design/FileFormats/user-db.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,15 @@ <h3>
569569
<li>
570570
<em>d101b</em> &ndash; Delphi 10.1 Berlin compiler
571571
</li>
572+
<li>
573+
<em>d102t</em> &ndash; Delphi 10.2 Tokyo compiler
574+
</li>
575+
<li>
576+
<em>d103r</em> &ndash; Delphi 10.3 Rio compiler
577+
</li>
578+
<li>
579+
<em>d104s</em> &ndash; Delphi 10.4 Sydney compiler
580+
</li>
572581
<li>
573582
<em>fpc</em> &ndash; Free Pascal compiler
574583
</li>

0 commit comments

Comments
 (0)