v1.5.0 API Doc Refresh

This commit is contained in:
Charlie Kindel
2022-04-17 16:34:51 -07:00
parent c49fb2d86c
commit 615bf80657
122 changed files with 12197 additions and 833 deletions

View File

@@ -153,12 +153,13 @@
<h6><strong>Assembly</strong>: UICatalog.dll</h6>
<h5 id="UICatalog_Scenarios_Editor_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[Scenario.ScenarioMetadata(&quot;Editor&quot;, &quot;A Terminal.Gui Text Editor via TextView&quot;)]
<pre><code class="lang-csharp hljs">[Scenario.ScenarioMetadata(&quot;Editor&quot;, &quot;A Text Editor using the TextView control.&quot;)]
[Scenario.ScenarioCategory(&quot;Controls&quot;)]
[Scenario.ScenarioCategory(&quot;Dialogs&quot;)]
[Scenario.ScenarioCategory(&quot;Text&quot;)]
[Scenario.ScenarioCategory(&quot;Dialogs&quot;)]
[Scenario.ScenarioCategory(&quot;TopLevel&quot;)]
[Scenario.ScenarioCategory(&quot;Text and Formatting&quot;)]
[Scenario.ScenarioCategory(&quot;Top Level Windows&quot;)]
[Scenario.ScenarioCategory(&quot;Files and IO&quot;)]
[Scenario.ScenarioCategory(&quot;TextView&quot;)]
public class Editor : Scenario, IDisposable</code></pre>
</div>
<h3 id="methods">Methods