Commits
Marek Vsechovsky committed 137e16f45cf
Session 153, Step 9: Settings for shortcut visual feedback - AIM-2828 Settings for shortcut visual feedback - AIM-2832 Add markdown keyboard shortcuts to all text editors - AIM-2844 Ctrl+Alt+. — code block shortcut - AIM-2846 Ctrl+Alt+L — link shortcut - AIM-2848 Fix user story split view scroll sync feedback loop - AIM-2868 Show implementation origin for IMPLEMENTED issues in session step issues Outcome: AIM-2828: Removed non-global setting guard — all shortcuts show SVF when parent is ON. AIM-2832: Cursor/selection preserved after formatting toggle. AIM-2844: Code block toggle, undo, cursor-inside removal. AIM-2846: Link off-by-one fix, toggle, undo. AIM-2848: Replaced timer-based scroll sync with origin-tracking (no timers). AIM-2868: Implementation origin icon/link restyled with IMPLEMENTED badge colors. Session 153, Step 10: Add markdown keyboard shortcuts to all text editors - AIM-2832 Add markdown keyboard shortcuts to all text editors - AIM-2844 Ctrl+Alt+. — code block shortcut - AIM-2848 Fix user story split view scroll sync feedback loop - AIM-2868 Show implementation origin for IMPLEMENTED issues in session step issues Outcome: All 4 input issues addressed: AIM-2832 cursor preservation on format toggle, AIM-2844 shifted char display in SVF, AIM-2848 bidirectional scroll sync, AIM-2868 implementation origin display + data correctness.