lisp eval for file and copy-buf

This commit is contained in:
David Botton 2021-02-08 01:35:38 -05:00
parent 04e73eb80e
commit 777d81f6b6
2 changed files with 28 additions and 0 deletions

View file

@ -34,6 +34,13 @@
<span id="ide-edit-paste" class="w3-bar-item w3-button">Paste</span>
</div>
</div>
<div class="w3-dropdown-hover">
<button class="w3-button">Lisp</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<span id="ide-lisp-eval-buf" class="w3-bar-item w3-button">Eval Copy Buffer</span>
<span id="ide-lisp-eval-file" class="w3-bar-item w3-button">Eval Current File</span>
</div>
</div>
<div class="w3-dropdown-hover">
<button class="w3-button">Help</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">