Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions developer/18.0/reference/api/kmc-generate.generatoroptions.icon.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export interface GeneratorOptions
| [author?](./kmc-generate.generatoroptions.author.md) | | string | _(Optional)_ name of the author of the keyboard |
| [copyright?](./kmc-generate.generatoroptions.copyright.md) | | string | _(Optional)_ name of the copyright holder for the keyboard or lexical model (do not include (c) symbol or date) |
| [description?](./kmc-generate.generatoroptions.description.md) | | string | _(Optional)_ description of the keyboard, Markdown permissible |
| [icon?](./kmc-generate.generatoroptions.icon.md) | | boolean | _(Optional)_ set to true to generate an icon for a Keyman keyboard with the first characters of the first specified BCP 47 tag |
| [id](./kmc-generate.generatoroptions.id.md) | | string | identifier (basename) of the keyboard or model |
| [keymanVersion?](./kmc-generate.generatoroptions.keymanversion.md) | | string | _(Optional)_ version of Keyman to reference in source files, defaults to KEYMAN\_VERSION.VERSION |
| [languageTags?](./kmc-generate.generatoroptions.languagetags.md) | | string\[\] | _(Optional)_ array of bcp 47 tags which are supported by the keyboard or lexical model |
Expand Down
3 changes: 3 additions & 0 deletions developer/18.0/reference/kmc/cli/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,13 @@ and the files in that folder will follow the

: The name of keyboard author (default: blank)

<!-- TODO-GENERATE: uncomment once supported

`-i, --icon`

: Include a generated icon. The icon will be a 16x16 pixel box with the first
letters of the first language tag (default: true, include an icon)
-->

`-d, --description <description>`

Expand Down
11 changes: 11 additions & 0 deletions developer/18.0/reference/messages/km0b01c.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: KM0B01C: VERBOSE_DownloadingFile
---

| | |
|------------|---------- |
| Message | Downloading '&lt;param&gt;' from '&lt;param&gt;' |
| Module | [kmc-copy.CopierMessages](kmc-copy.copiermessages) |
| Identifier | `VERBOSE_DownloadingFile` |


11 changes: 11 additions & 0 deletions developer/18.0/reference/messages/km0b01d.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: KM0B01D: VERBOSE_DownloadingFolder
---

| | |
|------------|---------- |
| Message | Downloading folder '&lt;param&gt;' from '&lt;param&gt;' |
| Module | [kmc-copy.CopierMessages](kmc-copy.copiermessages) |
| Identifier | `VERBOSE_DownloadingFolder` |


11 changes: 11 additions & 0 deletions developer/18.0/reference/messages/km0b01e.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: KM0B01E: ERROR_InvalidKeyboardId
---

| | |
|------------|---------- |
| Message | The specified keyboard id '&lt;param&gt;' contains characters that are not permitted for a keyboard id or filename\. |
| Module | [kmc-copy.CopierMessages](kmc-copy.copiermessages) |
| Identifier | `ERROR_InvalidKeyboardId` |


11 changes: 11 additions & 0 deletions developer/18.0/reference/messages/km0b01f.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: KM0B01F: ERROR_InvalidLexicalModelId
---

| | |
|------------|---------- |
| Message | The specified lexical model id '&lt;param&gt;' contains characters that are not permitted or does not match the required pattern of 'author\.bcp47\.uniq'\. |
| Module | [kmc-copy.CopierMessages](kmc-copy.copiermessages) |
| Identifier | `ERROR_InvalidLexicalModelId` |


11 changes: 11 additions & 0 deletions developer/18.0/reference/messages/km0b020.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: KM0B020: WARN_FilenameCollides
---

| | |
|------------|---------- |
| Message | The output file '&lt;param&gt;' has two different possible source files\. |
| Module | [kmc-copy.CopierMessages](kmc-copy.copiermessages) |
| Identifier | `WARN_FilenameCollides` |


5 changes: 5 additions & 0 deletions developer/18.0/reference/messages/kmc-copy.copiermessages.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ title: Compiler Messages Reference for @keymanapp/kmc-copy
[KM0B019](km0b019) | `ERROR_CannotDownloadRepoFromGitHub` | The repository at '&lt;param&gt;' could not be accessed: &lt;param&gt; &lt;param&gt;
[KM0B01A](km0b01a) | `ERROR_CouldNotFindDefaultBranchOnGitHub` | The default branch could not be found for the GitHub repository '&lt;param&gt;'
[KM0B01B](km0b01b) | `INFO_CannotDownloadBinaryFileFromGitHub` | The Keyman binary file '&lt;param&gt;' could not be downloaded: &lt;param&gt; &lt;param&gt;\. This is not normally a problem
[KM0B01C](km0b01c) | `VERBOSE_DownloadingFile` | Downloading '&lt;param&gt;' from '&lt;param&gt;'
[KM0B01D](km0b01d) | `VERBOSE_DownloadingFolder` | Downloading folder '&lt;param&gt;' from '&lt;param&gt;'
[KM0B01E](km0b01e) | `ERROR_InvalidKeyboardId` | The specified keyboard id '&lt;param&gt;' contains characters that are not permitted for a keyboard id or filename\.
[KM0B01F](km0b01f) | `ERROR_InvalidLexicalModelId` | The specified lexical model id '&lt;param&gt;' contains characters that are not permitted or does not match the required pattern of 'author\.bcp47\.uniq'\.
[KM0B020](km0b020) | `WARN_FilenameCollides` | The output file '&lt;param&gt;' has two different possible source files\.
Loading