Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

mcdurdin
Copy link
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.
@keymanapp-test-bot
Copy link

keymanapp-test-bot bot commented Nov 8, 2023

User Test Results

Test specification and instructions

User tests are not required

Test Artifacts

@@ -80,7 +80,7 @@
<xsl:with-param name="caption">Open</xsl:with-param>
<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
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
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
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
5 checks passed
@mcdurdin mcdurdin deleted the feat/developer/9948-show-ldml-xml-keyboards-in-project branch November 15, 2023 02:47
@keyman-server
Copy link
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