Merge pull request #2142 from keymanapp/developer-open-js-files-in-editor-fixes-2140

[Developer] .js files should be opened in Keyman Developer, not executed...
This commit is contained in:
Marc Durdin 2019-09-27 15:15:58 +10:00 committed by GitHub
commit e0ed8bc862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -70,5 +70,6 @@ initialization
RegisterProjectFileType('.htm', TOpenableProjectFile); // I1769
RegisterProjectFileType('.html', TOpenableProjectFile); // I1769
RegisterProjectFileType('.xml', TOpenableProjectFile); // I1769
RegisterProjectFileType('.js', TOpenableProjectFile);
end.

View file

@ -6,6 +6,7 @@
## 2019-9-27 12.0.39 beta
* General: Introduces a Welcome screen and improves workflow for starting use of Keyman Developer (#2134)
* General: Fix version numbers for kmlmc, kmlmp and kmlmi (#2129)
* General: .js files now open in Keyman Developer for editing (#2140)
## 2019-09-25 12.0.37 beta
* Compiler: Add -lexical-model command line option for building lexical model template projects to kmconvert. (#2120)