mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-05 18:20:36 -08:00
lisp eval for file and copy-buf
This commit is contained in:
parent
04e73eb80e
commit
777d81f6b6
2 changed files with 28 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue