mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-06 11:18:56 +03:00
21de2a4749
CamelCase cell IDs like "ИсходящиеБизнесПроцессПриемник" have no dashes, but user keys like "Бизнес-процесс приемник" do. The previous regex only stripped spaces, leaving the dash and causing match failure. Now strip both spaces and dashes with /[\s\-]+/g in both the Tab-loop path and the row/dblclick column-lookup path. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>