Files
RedBear-OS/local
Sisyphus c306565b9a tlc: Phase D — Editor F9 menubar full MC parity (9 menus, 60+ items)
Phase D — Editor F9 menubar (editor/menubar.rs):

New menus (was 7, now 9):
- File: + History, User menu, About (was 11 items; now 14)
- Edit: + Toggle mark, Unmark, Move, Copy to clipfile (was 13; now 14)
- Format: + Insert literal, Date, Sort, Paste output, External formatter (was 1; now 6)
- Search: + Find declaration, Back/Forward declaration (was 4; now 7)
- Bookmark: unchanged (4 items)
- Goto: unchanged (3 items)
- Command: NEW (12 items — Toggle line state, Match bracket, Toggle syntax,
  Refresh screen, Start/Stop record macro, Delete macro, Repeat macro,
  Spell check, Check word, Change spelling language, Encoding, Mail)
- Window: NEW (6 items — Move, Resize, Toggle fullscreen, Next, Previous, List)
- Options: + Save mode, Learn keys, Choose syntax theme, Edit syntax file (was 11; now 15)

New EditorCmd variants:
- History, EditHistory, ToggleMark, Unmark, MoveSelection, CopyToClipfile
- InsertLiteral, InsertDate, Sort, PasteOutput, ExternalFormatter
- SaveMode, LearnKeys, SyntaxTheme, EditSyntaxFile
- ToggleMarkMode, UserMenu, About
- WindowMove, WindowResize, WindowFullscreen, WindowNext, WindowPrev, WindowList
- FindDeclaration, BackDeclaration, ForwardDeclaration, Encoding
- ToggleLineNumbers, MatchBracket
- MacroStartStop, MacroDelete, MacroRepeat
- SpellCheckWord, SpellLanguage, Mail

Total: 9 menus, 60+ items, 90+ EditorCmd variants
(was 7 menus, 46 items, 41 EditorCmd variants)

Tests: 1486 passing (was 1486). Two tests updated to reflect expanded
menu structure.

Refs: MC-PARITY-AUDIT.md §6 (GAP-EM-1..5, GAP-EF-1..3, GAP-EE-1..5,
GAP-EO-1..5)
2026-07-26 00:49:22 +09:00
..