mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-08 08:37:42 +00:00
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:
commit
e0ed8bc862
2 changed files with 2 additions and 0 deletions
|
|
@ -70,5 +70,6 @@ initialization
|
|||
RegisterProjectFileType('.htm', TOpenableProjectFile); // I1769
|
||||
RegisterProjectFileType('.html', TOpenableProjectFile); // I1769
|
||||
RegisterProjectFileType('.xml', TOpenableProjectFile); // I1769
|
||||
RegisterProjectFileType('.js', TOpenableProjectFile);
|
||||
end.
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue