Files
RedBear-OS/local
vasilito f0341aa53d W50: Editor MarkAll, InsertFile, BlockSave, Close commands
MC parity gap: the editor F9 menu was missing 4 commands that
MC has. This adds them all:

- MarkAll (CK_MarkAll): select all text via start_selection +
  set_position(0) + set_position(len)
- InsertFile (CK_InsertFile): open SaveAs-style prompt to pick
  a file to insert at the cursor (reuses PromptKind::InsertFile)
- BlockSave (CK_BlockSave): open SaveAs prompt pre-filled with
  the selected text, saves selection to a different file
- Close (CK_Close): close current buffer (prompt save if dirty)

All 4 added to the F9 File and Edit menus. Test updated for
new file menu item count (7→11).

Tests: 1407 pass, zero warnings.
2026-07-07 12:32:24 +03:00
..
2026-07-05 22:29:19 +03:00