mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-06 03:08:57 +03:00
767b9fcaf0
pickFromSelectionForm: - 3-step escalation: scan visible → simple search → advanced search (Alt+F) - Extract helpers: scanGridRows, dblclickAndVerify, advancedSearchInline - dblclickAndVerify uses click+Enter instead of dblclick (dblclick toggles tree groups) - Returns ok:false when selection form stays open (group/folder not selectable) - Distinguish not_found vs not_selectable errors - trySelect wrapper continues escalation on ok:false fillTableRow direct-edit (tree grids): - Click → dblclick → F4 escalation for entering edit mode - F4 from INPUT mode for tree grid ref fields - isTypeDialog check + pickFromTypeDialog for composite types - Commit via click on different row instead of Escape (Escape cancels in tree grids) fillTableRow regular path: - Commit new row after fill loop by clicking another row or grid header - Prevents Escape (e.g. from closeForm) from cancelling uncommitted new row - Fixes accumulated unclosed forms from closeForm failing to close Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>