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:
Gergő Törcsvári 2026-08-19 13:47:13 +02:00
commit aeacadf603
No known key found for this signature in database
GPG key ID: 8E75F2CDE64E5322
11 changed files with 312 additions and 7 deletions

View file

@ -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++) {