[mod] symbols install minimap
This commit is contained in:
parent
95aed988b6
commit
28b4799ee0
11 changed files with 846 additions and 167 deletions
|
|
@ -7,6 +7,7 @@
|
|||
<title>Codemirror6 example using BaseX LSP</title>
|
||||
<link rel="icon" type="image/png" href="../favicon.png" />
|
||||
<link href="../bootstrap@5.3.7.css" rel="stylesheet" />
|
||||
<link href="../codicon/codicon.css" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="grail.css" />
|
||||
</head>
|
||||
|
||||
|
|
@ -96,7 +97,7 @@
|
|||
</main>
|
||||
|
||||
<aside class="page-sidebar">
|
||||
<div id="msg">(msgs)</div>
|
||||
<div id="msg">(msgs)<i class='codicon codicon-symbol-method'></i></div>
|
||||
|
||||
<select id="load">
|
||||
<option selected value="">load..</option>
|
||||
|
|
@ -126,8 +127,8 @@
|
|||
<li>-</li>
|
||||
</ul>
|
||||
|
||||
<details style="padding:5px;">
|
||||
<summary class="bg-info">OutLine <b>0</b></summary>
|
||||
<details id="symPanel" style="padding:5px;">
|
||||
<summary class="bg-info">OutLine <b>0</b></summary>
|
||||
<json-list id="symList" style="display:block; overflow:scroll; height: 10em;"></json-list>
|
||||
</details>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue