The following options are configurable in TIKE in the Editor tab:
General
Setting
Description
Show splash screen
If checked, displays a splash screen when TIKE is started.
Check file associations
If checked, makes sure that .kmn and .kps files are opened with TIKE.
External Editor
You can open any Keyman source file shown in the project in an external text editor by right-clicking on the file and selecting "Open in External Editor".
The files available for editing externally are .kmn, .kps and .kpp. .kct and .kvk files are in a binary format and cannot be edited outside the TIKE
environment. This field configures which editor you wish to use to edit the files. Note: if you need to pass command line parameters to the editor,
you will need to wrap the command in a batch file and reference the batch file here.
Warn if including .doc files in packages
If checked, the package editor will display a warning about potential viruses in .doc files.
Editor
Setting
Description
Use tab character
Sets whether to use the Tab character or spaces for indents.
Link quoted font size to primary font size
If checked, the quoted font size will be the same as the default font size.
Indent size
The indent size, measured in number of spaces.
Default font
Sets the font for ordinary text in the editor.
Quoted font
Sets the font for displaying comments text in single or double quotes in the editor.
Colours
Allows you to configure the syntax highlighting used in the editor window.
You can set colours and font styles for each of the different segments of code, or disable syntax highlighting.
Debugger
Setting
Description
Use old debugger
Enables the Keyman 5-style Test window instead of the debugger.
Breakpoints fire also when exiting line
Breakpoints will fire when a rule has finished being processed also.
Turn on single step after breakpoint
Activates single-step mode after a breakpoint fires.
Show matched character offsets in stores
Displays numeric indices of characters in stores
Character Map
Setting
Description
Find character under cursor automatically
The character beneath the cursor in the edit window will be highlighted in the Character Map. This will intelligently
parse the character data under the cursor so that a character code (e.g. U+1234) will be highlighted correctly.
Disable database lookups
Disables looking characters up in the database.
Rebuild database
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 7.0 was released with Unicode version 5.0
data.