From 537bd42c984f0f60d0940d222bb118d819f5196b Mon Sep 17 00:00:00 2001 From: deathaxe Date: Thu, 4 May 2023 20:48:03 +0200 Subject: [PATCH 1/2] Update command meta data for ST 4149 --- plugins/command_completions/builtin_commands_meta_data.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/command_completions/builtin_commands_meta_data.yaml b/plugins/command_completions/builtin_commands_meta_data.yaml index f2fab282..b02b119b 100644 --- a/plugins/command_completions/builtin_commands_meta_data.yaml +++ b/plugins/command_completions/builtin_commands_meta_data.yaml @@ -337,6 +337,12 @@ open_file: args: !!omap - file: - contents: + - encoded_position: true # ST4127 + - add_to_selection: true # ST? + - clear_to_right: true # ST4149 + - force_clone: true # ST4149 + - force_group: true # ST4149 + - transient: true # ST4149 command_type: window doc_string: Open the specified file, and if it doesn't exist, prefill the default contents. From 1f38a0e0a74d28d8678a7868d1fdb36e6273f47a Mon Sep 17 00:00:00 2001 From: deathaxe Date: Sat, 6 May 2023 10:45:56 +0200 Subject: [PATCH 2/2] Add two more see: https://github.com/sublimehq/sublime_text/issues/4800 --- plugins/command_completions/builtin_commands_meta_data.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/command_completions/builtin_commands_meta_data.yaml b/plugins/command_completions/builtin_commands_meta_data.yaml index b02b119b..72b5ab9a 100644 --- a/plugins/command_completions/builtin_commands_meta_data.yaml +++ b/plugins/command_completions/builtin_commands_meta_data.yaml @@ -342,6 +342,8 @@ open_file: - clear_to_right: true # ST4149 - force_clone: true # ST4149 - force_group: true # ST4149 + - replace_mru: true # ST4149 + - semi_transient: true # ST4149 - transient: true # ST4149 command_type: window doc_string: Open the specified file, and if it doesn't exist, prefill the default