Update TypedocConverter reference
This commit is contained in:
Родитель
591c587f9f
Коммит
d65159ac95
|
@ -1,7 +1,7 @@
|
|||
Generate Monaco Typings
|
||||
=======================
|
||||
|
||||
This [Node.js](https://nodejs.org/) project is provided as a simple way to download the required dependencies needed to take the Monaco TypeScript definition file and generate C# classes for the API.
|
||||
This [Node.js](https://nodejs.org/) project is provided as a simple way to download the required dependencies needed to take the Monaco TypeScript definition file and generate C# classes for the API via the [TypedocConverter](https://github.com/hez2010/TypedocConverter) project.
|
||||
|
||||
This document assumes you have a Node.js environment setup running on Windows (as PowerShell is also required), but all other dependencies should be installed/setup as part of the script.
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
# ------------------------
|
||||
$monaco_file = ".\node_modules\monaco-editor\monaco.d.ts"
|
||||
$typedoc_bin_url = $env:npm_package_config_typedocConverter #"https://github.com/hez2010/TypedocConverter/releases/download/v1.5/Windows_x64.zip"
|
||||
$typedoc_bin_url = $env:npm_package_config_typedocConverter #see config in package.json
|
||||
$temp_dir_name = ".temp"
|
||||
|
||||
function Get-ScriptDirectory {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"license": "MIT",
|
||||
"config": {
|
||||
"outdir": "../MonacoEditorComponent",
|
||||
"typedocConverter": "https://github.com/hez2010/TypedocConverter/releases/download/v1.5/Windows_x64.zip"
|
||||
"typedocConverter": "https://github.com/hez2010/TypedocConverter/releases/download/v1.6/Windows_x64.zip"
|
||||
},
|
||||
"dependencies": {
|
||||
"monaco-editor": "0.20.0"
|
||||
|
|
|
@ -20,7 +20,7 @@ The following Monaco Editor features are currently supported by this component b
|
|||
- [Color](https://microsoft.github.io/monaco-editor/api/modules/monaco.languages.html#registercolorprovider)
|
||||
- [CompletionItem](https://microsoft.github.io/monaco-editor/api/modules/monaco.languages.html#registercompletionitemprovider) (IntelliSense, Snippets)
|
||||
- [Hover](https://microsoft.github.io/monaco-editor/api/modules/monaco.languages.html#registerhoverprovider)
|
||||
- Basic [ITextModel](https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.itextmodel.html) Support (See #40)
|
||||
- Basic [ITextModel](https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.itextmodel.html) Support
|
||||
- KeyDown Events
|
||||
- Responds Appropriately to Programmatic Focus Events
|
||||
- Render Aware: Only displays once Loading is complete.
|
||||
|
@ -77,7 +77,7 @@ Built using Visual Studio 2019 for Windows 10 16299 and above.
|
|||
|
||||
The **released** complete Monaco v0.20.0 build is used as a reference, this is not included in this repository and can be downloaded from the [Monaco site](https://microsoft.github.io/monaco-editor/). The contents of its uncompressed 'package' directory should be placed in the *MonacoEditorComponent/monaco-editor* directory. The `install-dependencies.ps1` PowerShell script can install this for you automatically.
|
||||
|
||||
In order to re-generate C# typings from a version of Monaco, see the GenerateMonacoTypings Node.js project [readme here](GenerateMonacoTypings\README.md).
|
||||
In order to re-generate C# typings from a version of Monaco, see the GenerateMonacoTypings Node.js project [readme here](GenerateMonacoTypings/README.md).
|
||||
|
||||
License
|
||||
-------
|
||||
|
|
Загрузка…
Ссылка в новой задаче