Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
0.20.0, update monaco editor
Browse files Browse the repository at this point in the history
  • Loading branch information
awa-xima committed Feb 29, 2020
1 parent b5d38a2 commit e2869d6
Show file tree
Hide file tree
Showing 316 changed files with 14,836 additions and 7,988 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
See also [the changelog of monaco-editor](https://github.com/Microsoft/monaco-editor/blob/master/CHANGELOG.md).

# 0.20.0

* Update to monaco editor `0.20.0`
* Add documentation to the `EditorOptons` and related classes (taken from the monaco editor API docs).

# 0.19.0

* Add a new widget: `monacoEditorFramed`. It load the monaco editor in an iframe for improved encapsulation.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Make sure you're running at least PrimeFaces 7.0. Include this as a dependency:
<dependency>
<groupId>com.github.blutorange</groupId>
<artifactId>primefaces.monaco</artifactId>
<version>0.19.0</version>
<version>0.20.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>monacotest</groupId>
<artifactId>monacotest</artifactId>
<version>0.19.0</version>
<version>0.20.0</version>
<packaging>war</packaging>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion docs/typedoc/assets/js/search.js

Large diffs are not rendered by default.

19 changes: 11 additions & 8 deletions docs/typedoc/classes/monaco.cancellationtokensource.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CancellationTokenSource | monaco-editor - v0.19.3</title>
<title>CancellationTokenSource | monaco-editor</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">monaco-editor - v0.19.3</a>
<a href="../index.html" class="title">monaco-editor</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -115,7 +115,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:48</li>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:54</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -141,7 +141,7 @@ <h3>token</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:50</li>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:56</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/monaco.cancellationtoken.html" class="tsd-signature-type">CancellationToken</a></h4>
Expand All @@ -161,7 +161,7 @@ <h3>cancel</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:51</li>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:57</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
Expand All @@ -178,7 +178,7 @@ <h3>dispose</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:52</li>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:58</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -202,13 +202,13 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
<li class="label tsd-is-external">
<span>Internals</span>
</li>
<li class=" tsd-kind-module tsd-is-not-exported">
<li class=" tsd-kind-module">
<a href="../modules/primefaces.html">Prime<wbr>Faces</a>
</li>
<li class="label tsd-is-external">
<span>Externals</span>
</li>
<li class="current tsd-kind-module tsd-is-external tsd-is-not-exported">
<li class="current tsd-kind-module tsd-is-external">
<a href="../modules/monaco.html">monaco</a>
<ul>
<li class=" tsd-kind-module tsd-parent-kind-module tsd-is-external">
Expand Down Expand Up @@ -283,6 +283,9 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/monaco.cancellationtoken.html" class="tsd-kind-icon">Cancellation<wbr>Token</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/monaco.environment.html" class="tsd-kind-icon">Environment</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/monaco.idisposable.html" class="tsd-kind-icon">IDisposable</a>
</li>
Expand Down
24 changes: 12 additions & 12 deletions docs/typedoc/classes/monaco.editor.barefontinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>BareFontInfo | monaco-editor - v0.19.3</title>
<title>BareFontInfo | monaco-editor</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">monaco-editor - v0.19.3</a>
<a href="../index.html" class="title">monaco-editor</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -113,7 +113,7 @@ <h3>_bare<wbr>Font<wbr>Info<wbr>Brand</h3>
<div class="tsd-signature tsd-kind-icon">_bare<wbr>Font<wbr>Info<wbr>Brand<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">void</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:4591</li>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:4638</li>
</ul>
</aside>
</section>
Expand All @@ -123,7 +123,7 @@ <h3>font<wbr>Family</h3>
<div class="tsd-signature tsd-kind-icon">font<wbr>Family<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:4593</li>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:4640</li>
</ul>
</aside>
</section>
Expand All @@ -133,7 +133,7 @@ <h3>font<wbr>Feature<wbr>Settings</h3>
<div class="tsd-signature tsd-kind-icon">font<wbr>Feature<wbr>Settings<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:4596</li>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:4643</li>
</ul>
</aside>
</section>
Expand All @@ -143,7 +143,7 @@ <h3>font<wbr>Size</h3>
<div class="tsd-signature tsd-kind-icon">font<wbr>Size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:4595</li>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:4642</li>
</ul>
</aside>
</section>
Expand All @@ -153,7 +153,7 @@ <h3>font<wbr>Weight</h3>
<div class="tsd-signature tsd-kind-icon">font<wbr>Weight<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:4594</li>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:4641</li>
</ul>
</aside>
</section>
Expand All @@ -163,7 +163,7 @@ <h3>letter<wbr>Spacing</h3>
<div class="tsd-signature tsd-kind-icon">letter<wbr>Spacing<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:4598</li>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:4645</li>
</ul>
</aside>
</section>
Expand All @@ -173,7 +173,7 @@ <h3>line<wbr>Height</h3>
<div class="tsd-signature tsd-kind-icon">line<wbr>Height<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:4597</li>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:4644</li>
</ul>
</aside>
</section>
Expand All @@ -183,7 +183,7 @@ <h3>zoom<wbr>Level</h3>
<div class="tsd-signature tsd-kind-icon">zoom<wbr>Level<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:4592</li>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:4639</li>
</ul>
</aside>
</section>
Expand All @@ -198,13 +198,13 @@ <h3>zoom<wbr>Level</h3>
<li class="label tsd-is-external">
<span>Internals</span>
</li>
<li class=" tsd-kind-module tsd-is-not-exported">
<li class=" tsd-kind-module">
<a href="../modules/primefaces.html">Prime<wbr>Faces</a>
</li>
<li class="label tsd-is-external">
<span>Externals</span>
</li>
<li class="current tsd-kind-module tsd-is-external tsd-is-not-exported">
<li class="current tsd-kind-module tsd-is-external">
<a href="../modules/monaco.html">monaco</a>
<ul>
<li class="current tsd-kind-module tsd-parent-kind-module tsd-is-external">
Expand Down
52 changes: 48 additions & 4 deletions docs/typedoc/classes/monaco.editor.configurationchangedevent.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ConfigurationChangedEvent | monaco-editor - v0.19.3</title>
<title>ConfigurationChangedEvent | monaco-editor</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">monaco-editor - v0.19.3</a>
<a href="../index.html" class="title">monaco-editor</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -87,6 +87,45 @@ <h3>Hierarchy</h3>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-external">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-external"><a href="monaco.editor.configurationchangedevent.html#haschanged" class="tsd-kind-icon">has<wbr>Changed</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a name="haschanged" class="tsd-anchor"></a>
<h3>has<wbr>Changed</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-external">
<li class="tsd-signature tsd-kind-icon">has<wbr>Changed<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><a href="../enums/monaco.editor.editoroption.html" class="tsd-signature-type">EditorOption</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/monaco-editor/monaco.d.ts:3067</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>id: <a href="../enums/monaco.editor.editoroption.html" class="tsd-signature-type">EditorOption</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
</li>
</ul>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
Expand All @@ -97,13 +136,13 @@ <h3>Hierarchy</h3>
<li class="label tsd-is-external">
<span>Internals</span>
</li>
<li class=" tsd-kind-module tsd-is-not-exported">
<li class=" tsd-kind-module">
<a href="../modules/primefaces.html">Prime<wbr>Faces</a>
</li>
<li class="label tsd-is-external">
<span>Externals</span>
</li>
<li class="current tsd-kind-module tsd-is-external tsd-is-not-exported">
<li class="current tsd-kind-module tsd-is-external">
<a href="../modules/monaco.html">monaco</a>
<ul>
<li class="current tsd-kind-module tsd-parent-kind-module tsd-is-external">
Expand All @@ -125,6 +164,11 @@ <h3>Hierarchy</h3>
<ul class="current">
<li class="current tsd-kind-class tsd-parent-kind-module tsd-is-external">
<a href="monaco.editor.configurationchangedevent.html" class="tsd-kind-icon">Configuration<wbr>Changed<wbr>Event</a>
<ul>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-external">
<a href="monaco.editor.configurationchangedevent.html#haschanged" class="tsd-kind-icon">has<wbr>Changed</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
Expand Down
8 changes: 4 additions & 4 deletions docs/typedoc/classes/monaco.editor.findmatch.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>FindMatch | monaco-editor - v0.19.3</title>
<title>FindMatch | monaco-editor</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand All @@ -22,7 +22,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">monaco-editor - v0.19.3</a>
<a href="../index.html" class="title">monaco-editor</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -138,13 +138,13 @@ <h3>range</h3>
<li class="label tsd-is-external">
<span>Internals</span>
</li>
<li class=" tsd-kind-module tsd-is-not-exported">
<li class=" tsd-kind-module">
<a href="../modules/primefaces.html">Prime<wbr>Faces</a>
</li>
<li class="label tsd-is-external">
<span>Externals</span>
</li>
<li class="current tsd-kind-module tsd-is-external tsd-is-not-exported">
<li class="current tsd-kind-module tsd-is-external">
<a href="../modules/monaco.html">monaco</a>
<ul>
<li class="current tsd-kind-module tsd-parent-kind-module tsd-is-external">
Expand Down
Loading

0 comments on commit e2869d6

Please sign in to comment.