[fix] catch errs
This commit is contained in:
parent
6ff94888ef
commit
4c6570e2b4
2 changed files with 37 additions and 55 deletions
|
|
@ -47,31 +47,7 @@
|
|||
<quiet-icon slot="start" name="link"></quiet-icon>Web
|
||||
</quiet-button>
|
||||
|
||||
|
||||
<quiet-select id="load" style="width:16em;">
|
||||
<option selected value="">load..</option>
|
||||
<optgroup label="XQuery3">
|
||||
<option
|
||||
value="https://raw.githubusercontent.com/expkg-zone58/pdfbox/refs/heads/main/src/Pdfbox3.xqm">
|
||||
Pdfbox3.xqm</option>
|
||||
<option
|
||||
value="https://raw.githubusercontent.com/Quodatum/xqdoca/refs/heads/master/src/main/lib/model.xqm">
|
||||
model.xqm</option>
|
||||
</optgroup>
|
||||
<optgroup label="XQuery4">
|
||||
<option
|
||||
value="https://git.quodatum.duckdns.org/quodatum/basex-lsp/raw/branch/main/webapp/lsp/lsp-text.xqm">
|
||||
lsp-text.xqm</option>
|
||||
<option value="../../../lsp/lsp-text.xqm">
|
||||
lsp-text.xqm</option>
|
||||
</optgroup>
|
||||
|
||||
<optgroup label="xpath">
|
||||
<option
|
||||
value="https://raw.githubusercontent.com/dnovatchev/Articles/refs/heads/main/Generators/Code/generator.xq">
|
||||
generator.xquery</option>
|
||||
</optgroup>
|
||||
</quiet-select>
|
||||
|
||||
</quiet-button-group>
|
||||
|
||||
<quiet-button-group>
|
||||
|
|
@ -94,7 +70,6 @@
|
|||
<quiet-toolbar>
|
||||
|
||||
<quiet-button-group>
|
||||
|
||||
<button id="search" title="Search" type="button"><i class="codicon codicon-search"></i></button>
|
||||
|
||||
<button id="lint" title="Display diagnostics" type="button"><i
|
||||
|
|
@ -113,6 +88,7 @@
|
|||
<button id="cmdList" type="button" title="Command and key mapping help">
|
||||
<i class="codicon codicon-record-keys"></i>
|
||||
</button>
|
||||
|
||||
<button type="button" popovertarget="popSettings" title="Settings">
|
||||
<i class="codicon codicon-settings"></i></button>
|
||||
</quiet-button-group>
|
||||
|
|
@ -122,13 +98,12 @@
|
|||
<i class="codicon codicon-screen-full"></i>
|
||||
</button>
|
||||
|
||||
|
||||
|
||||
<button id="bnSave" type="button" title="save view">
|
||||
<i class="codicon codicon-git-stash"></i></button>
|
||||
|
||||
<button id="bnLoad" type="button" title="load view">
|
||||
<i class="codicon codicon-git-stash-pop"></i></button>
|
||||
|
||||
<button id="bnWordAt" type="button" title="word at">
|
||||
<i class="codicon codicon-whole-word"></i></button>
|
||||
|
||||
|
|
@ -201,9 +176,11 @@
|
|||
</select>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- dialogs -->
|
||||
<quiet-popover for="popover__url">
|
||||
<form style="background: #ffecb3;">
|
||||
<quiet-popover id="popWeb" for="popover__url">
|
||||
<form id="popUrl" style="background: #ffecb3;">
|
||||
<quiet-text-field type="url" name="url" label="URL to fetch" placeholder="http://..." with-clear required
|
||||
style="width: 20em;">
|
||||
<datalist>
|
||||
|
|
@ -214,8 +191,8 @@
|
|||
value="https://raw.githubusercontent.com/Quodatum/xqdoca/refs/heads/master/src/main/lib/model.xqm">
|
||||
model.xqm (Quodatum/xqdoca)</option>
|
||||
<option
|
||||
value="https://git.quodatum.duckdns.org/quodatum/basex-lsp/raw/branch/main/webapp/lsp/lsp-text.xqm">
|
||||
lsp-text.xqm</option>
|
||||
value="https://git.quodatum.duckdns.org/api/v1/repos/quodatum/basex-lsp/raw/webapp/lsp/lsp-text.xqm">
|
||||
lsp-text.xqm (quodatum/basex-lsp FORGEIO)</option>
|
||||
<option
|
||||
value="https://raw.githubusercontent.com/dnovatchev/Articles/refs/heads/main/Generators/Code/generator.xq">
|
||||
generator.xquery</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue