feat: live lib edit — cmd+s accelerators, editing-context overlay, lib-set realtime (libs 0015)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0166YJapMpPB8Ab7wT8Nx51t
This commit is contained in:
parent
4e089ae455
commit
aeacadf603
11 changed files with 312 additions and 7 deletions
|
|
@ -172,7 +172,12 @@
|
|||
// (wxWasmYieldUntil inside the load) find a tracked record and get the
|
||||
// green-region spill-stack discipline. Embind names live on Module WITHOUT
|
||||
// the underscore prefix, hence the separate installer.
|
||||
PARKER_NAMES: ["kicadOpenFile", "kicadOpenFiles", "kicadLibsReload"],
|
||||
PARKER_NAMES: [
|
||||
"kicadOpenFile",
|
||||
"kicadOpenFiles",
|
||||
"kicadLibsReload",
|
||||
"kicadLibsAddEntry",
|
||||
],
|
||||
_wrapParkers: function () {
|
||||
var wrapped = 0;
|
||||
for (var i = 0; i < this.PARKER_NAMES.length; i++) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue