|
236 | 236 | "action.prompt_record_macro": "Record macro (prompts for register)", |
237 | 237 | "action.prompt_save_macro_to_init": "Save macro to init.ts (prompts for register)", |
238 | 238 | "action.prompt_promote_macro": "Promote macro to an init.ts command (prompts for register)", |
239 | | - "action.prompt_load_macro_from_buffer": "Load macro from buffer (prompts for register)", |
240 | 239 | "action.prompt_select_all": "Prompt select all", |
241 | 240 | "action.prompt_select_next": "Prompt select next", |
242 | 241 | "action.prompt_select_prev": "Prompt select previous", |
|
661 | 660 | "cmd.save_macro_to_init_desc": "Persist a recorded macro to init.ts as an editable defineMacro() block", |
662 | 661 | "cmd.promote_macro": "Macro: Promote to command", |
663 | 662 | "cmd.promote_macro_desc": "Turn a recorded macro into an editable init.ts command you can extend with arbitrary code", |
664 | | - "cmd.load_macro_from_buffer": "Macro: Load from buffer", |
665 | | - "cmd.load_macro_from_buffer_desc": "Parse the active buffer as ActionSpec[] and store it into a macro register", |
666 | 663 | "cmd.play_macro": "Play Macro", |
667 | 664 | "cmd.play_macro_desc": "Play macro from a register (0-9)", |
668 | 665 | "cmd.previous_buffer": "Previous Buffer", |
|
1178 | 1175 | "lsp.status": "LSP: %{status}", |
1179 | 1176 | "lsp.stop_server_prompt": "Stop LSP server: ", |
1180 | 1177 | "macro.empty": "Macro '%{key}' is empty", |
1181 | | - "macro.buffer_unreadable": "Could not read the active buffer", |
1182 | 1178 | "macro.init_write_failed": "Failed to write init.ts: %{error}", |
1183 | | - "macro.load_parse_failed": "Could not parse macro from buffer: %{error}", |
1184 | | - "macro.loaded_from_buffer": "Loaded macro into register '%{key}' (%{count} actions)", |
1185 | 1179 | "macro.promoted_to_init": "Macro '%{key}' promoted to an editable command in init.ts (reloaded)", |
1186 | 1180 | "macro.saved_to_init": "Macro '%{key}' saved to init.ts (reloaded)", |
1187 | 1181 | "macro.no_recorded": "No macro recorded for '%{key}'", |
|
0 commit comments