Skip to content

Commit

Permalink
Merge branch 'release/2.19.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
delphidabbler committed Dec 31, 2021
2 parents d569a80 + b8f2290 commit e2991b4
Show file tree
Hide file tree
Showing 499 changed files with 3,711 additions and 3,251 deletions.
12 changes: 6 additions & 6 deletions Build.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<!--
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/
* obtain one at https://mozilla.org/MPL/2.0/
*
* Copyright (C) 2009-2020, Peter Johnson (gravatar.com/delphidabbler).
* Copyright (C) 2009-2021, Peter Johnson (gravatar.com/delphidabbler).
*
* Instructions for building CodeSnip from source.
-->

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<head>
<title>
Expand Down Expand Up @@ -235,8 +235,8 @@ <h3>

<p>
You can get Inno Setup at <a
href="http://www.jrsoftware.org/isinfo.php"
>http://www.jrsoftware.org/isinfo.php</a>. Choose the Unicode version and
href="https://www.jrsoftware.org/isinfo.php"
>https://www.jrsoftware.org/isinfo.php</a>. Choose the Unicode version and
ensure that the ISPP pre-processor is installed. If you already have the ANSI
version the Unicode version can be installed alongside it - just use a
different install directory and program group name.
Expand Down
2,887 changes: 1,324 additions & 1,563 deletions CHANGELOG.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Docs/Design/FileFormats/backup.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/
* obtain one at https://mozilla.org/MPL/2.0/
*
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
*
* CodeSnip File Format Documentation: Backup Files.
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<head>

Expand Down
35 changes: 31 additions & 4 deletions Docs/Design/FileFormats/config.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/
* obtain one at https://mozilla.org/MPL/2.0/
*
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
*
* CodeSnip File Format Documentation: Configuration Files
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<head>

Expand Down Expand Up @@ -167,7 +167,7 @@ <h3>
</p>

<p>
There have been several versions of this file. The current one is version 16. The change to version 16 came with CodeSnip v4.16.0 and the removal of DelphiDabbler web service support.
There have been several versions of this file. The current one is version 17. The change to version 17 came with CodeSnip v4.19.0 and the addition of the [Prefs] section.
</p>

<p>
Expand Down Expand Up @@ -732,6 +732,27 @@ <h4>
</dd>
</dl>

<h4>
[Prefs] section
</h4>

<p>
Stores information about the Preferences dialogue box itself, rather than actual preferences data. Actual preference data is stored in sections with names like [Prefs:XXX] where XXX is a preferences sub-section.
</p>

<p>
Name / Value pairs:
</p>

<dl class="indent">
<dt>
<code class="key">LastTab</code> (string)
</dt>
<dd>
Name of the tab that was open when the dialogue box was last closed. May be the empty string if the dialogue box has not yet been opened.
</dd>
</dl>

<h4>
[Prefs:CodeGen] section
</h4>
Expand Down Expand Up @@ -892,6 +913,12 @@ <h4>
The value is a definition of a custom colour in the format used by the <var>TColorDialog</var> dialogue box. This format is <code class="value">ColourID=ColourNum</code> where <em>ColourID</em> is a value from <code class="value">ColorA</code> to <code class="value">ColorP</code> and <em>ColourNum</em> is the hex representation of the colour.
</div>
</dd>
<dt>
<code class="key">OverviewFontSize</code> (Integer)
</dt>
<dd>
Size of font to be used in overview pane tree view. If missing or empty the default value is <code class="value">9</code>.
</dd>
</dl>

<h4>
Expand Down
Loading

0 comments on commit e2991b4

Please sign in to comment.