Skip to content

Commit

Permalink
docs: tweak content
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdurdin authored Sep 25, 2024
1 parent 7c365e3 commit 035af72
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions developer/src/tike/xml/help/contexthelp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,8 @@

<Form Name="context/options">
<Control Name="pages" Title="Options Dialog">
<p>The Options dialog display several tabs such as General, Editor, Debugger, Character Map and Server. You can configure the environment of Keyman Developer here.</p>
<p>The Options dialog display several tabs such as General, Editor, Debugger, Character Map and Server.
You can configure the environment of Keyman Developer here.</p>
</Control>

<Control Name="chkOpenKeyboardFilesInSourceView" Title="Open keyboard files in source view">
Expand Down Expand Up @@ -539,11 +540,13 @@
</Control>

<Control Name="cmdQuotedFont" Title="Quoted font">
<p>Sets the font for displaying comments text and strings in Keyman source files in single or double quotes.</p>
<p>Sets the font for displaying comments text and strings in Keyman source files in
single or double quotes.</p>
</Control>

<Control Name="cbEditorTheme" Title="Editor theme">
<p>Sets the display theme and syntax highlighting options for the editor. A custom theme can be defined in a JSON file.</p>
<p>Sets the display theme and syntax highlighting options for the editor. A custom
theme can be defined in a JSON file.</p>
</Control>

<Control Name="chkUseOldDebugger" Title="Enable test window (from version 5.0)">
Expand All @@ -568,8 +571,9 @@
</Control>

<Control Name="chkDebuggerAutoResetBeforeCompiling" Title="Automatically reset debugger before recompiling">
<p>If you are debugging a keyboard, make a change to the keyboard, and recompile it, then the debugger needs to be
reset in order to get access to the new keyboard. Keyman Developer will normally prompt you to do this, but if you set
<p>If you are debugging a keyboard, make a change to the keyboard, and recompile it,
then the debugger needs to be reset in order to get access to the new keyboard.
Keyman Developer will normally prompt you to do this, but if you set
this option, then it will reset the debugger automatically instead.</p>
</Control>

Expand All @@ -583,7 +587,7 @@
<p>Rebuilds the Unicode character database from source unicodedata.txt and blocks.txt.
These files can be downloaded from the Unicode website at http://www.unicode.org/ucd/.
This lets you update the character map with a newer version of Unicode.
Keyman Developer 10.0 was released with Unicode version 10.0 data.</p>
Keyman Developer 17.0 was released with Unicode version 15.1 data.</p>
</Control>

<Control Name="editDatabasePath" Title="Update database">
Expand All @@ -600,7 +604,7 @@
<li>Seamless integration with the IDE (Start, Stop, Live reload, Recompile...)</li>
<li>Port configuration</li>
<li>Allow testing cross devices</li>
<li>Wider range support for NGROK...</li>
<li>Support for ngrok to allow simple sharing of debug sessions across the Internet</li>
</ul>
</p>
</Control>
Expand Down

0 comments on commit 035af72

Please sign in to comment.