Skip to content

feat(developer): show .xml LDML keyboards in project 🦕#9964

Merged
mcdurdin merged 1 commit intomasterfrom
feat/developer/9948-show-ldml-xml-keyboards-in-project
Nov 15, 2023
Merged

feat(developer): show .xml LDML keyboards in project 🦕#9964
mcdurdin merged 1 commit intomasterfrom
feat/developer/9948-show-ldml-xml-keyboards-in-project

Conversation

@mcdurdin
Copy link
Copy Markdown
Member

@mcdurdin mcdurdin commented Nov 8, 2023

Relates to #9948.

Identifies .xml keyboards when building file list, then shows those appropriately in the keyboard list. Also enables grouped actions such as keyboard_compileall for those keyboards.

XML keyboards listed in the Keyboards tab:
image

Note how the empty.xml is correctly identified as not a XML LDML keyboard file:
image

@keymanapp-test-bot skip

Identifies .xml keyboards when building file list, then shows those
appropriately in the keyboard list. Also enables grouped actions such
as keyboard_compileall for those keyboards.
@mcdurdin mcdurdin requested a review from darcywong00 as a code owner November 8, 2023 03:07
@keymanapp-test-bot
Copy link
Copy Markdown

keymanapp-test-bot bot commented Nov 8, 2023

User Test Results

Test specification and instructions

User tests are not required

Test Artifacts

<xsl:with-param name="command">keyman:openfile?id=<xsl:value-of select="ID" /></xsl:with-param>
</xsl:call-template>
<xsl:if test="FileType='.kmn' or FileType='.kps' or FileType='.kpp'">
<xsl:if test="FileType='.kmn' or FileType='.kps' or FileType='.xml-ldml-keyboard'">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is .kpp deprecated? I don't remember ever seeing it.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's the old 'Keyman Product' format, for building standalone Windows products based on Keyman. A leftover from the bad old days...

Copy link
Copy Markdown
Contributor

@darcywong00 darcywong00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcdurdin mcdurdin changed the title feat(developer): show .xml LDML keyboards in project feat(developer): show .xml LDML keyboards in project 🦕 Nov 12, 2023
@mcdurdin mcdurdin modified the milestones: A17S25, A17S26 Nov 13, 2023
Base automatically changed from feat/developer/9948-load-xml-ldml-files to master November 15, 2023 02:47
@mcdurdin mcdurdin merged commit ad2f6b3 into master Nov 15, 2023
@mcdurdin mcdurdin deleted the feat/developer/9948-show-ldml-xml-keyboards-in-project branch November 15, 2023 02:47
@keyman-server
Copy link
Copy Markdown
Collaborator

Changes in this pull request will be available for download in Keyman version 17.0.211-alpha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants