-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
feat(developer): show .xml LDML keyboards in project 🦕 #9964
Conversation
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.
User Test ResultsTest 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'"> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Changes in this pull request will be available for download in Keyman version 17.0.211-alpha |
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:
Note how the empty.xml is correctly identified as not a XML LDML keyboard file:
@keymanapp-test-bot skip