Releases: Sublime-Instincts/CommandsBrowser
Releases · Sublime-Instincts/CommandsBrowser
Version 1.5.0 (March 31, 2022)
This release addresses/adds/improves the following:
- Document
encoded_position
argument for theopen_file
command. - Document
ignore_auto_complete
argument for themove
command. - Document
variant
argument for thetoggle_comment
command. - Document
close_unselected
&convert_ident_case
commands. - Improved documentation for the following ST commands:
close_selected
,focus_to_left
,focus_to_right
. - Remove the
quick_diff
command. This command was found to not exist.
Version 1.4.0 (February 2, 2022)
This release addresses/adds/improves the following:
- Use color based kind ids instead of semantic kind ids for command type icons, so that the command icons looks similar on themes using image textures (#6).
- Document
pattern
&replace_pattern
arguments forshow_panel
&group
foropen_file
commands. - Document
clear_recent_missing
,open_repository
commands on Sublime Merge. - Improved documentation for following SM commands:
close_by_index
,close_deleted_files
,close_others_by_index
,close_selected
,close_to_right_by_index
,close_unmodified
,close_unmodified_to_right_by_index
,delete_tag_on_remote
,gitflow_finish_feature
,gitflow_finish_release
,gitflow_start_feature
,gitflow_start_bugfix
,init_gitflow
,push
. - Improved documentation for the following ST commands:
move_to_neighboring_group
- Added command palette entry for opening the wiki documentation.
Version 1.3.0 (November 24, 2021)
This release addresses/adds/improves the following:
- Fixed a situation where
"all"
was considered an invalid option forfilter_plugin_commands_on_package
(But it continued to work because the default fallback was"all"
). - Removed the trailing
,
from command signature when ctrl (or the configured modifier key) is used to copy command signature to clipboard. - Added command palette and main menu entries for viewing documentation.
- Added command palette entry for opening key bindings.
Version 1.2.1 (November 23, 2021)
This release addresses/adds/improves the following:
- Fixed a situation where installing the package for the first time causes the
py33
file to be not detected bysublime.find_resources
& settings returnsNone
, thus forcing the user to restart inorder to let changes pick up
properly (#4)
Version 1.2.0 (November 23, 2021)
This release addresses/adds/improves the following:
- A new setting
filter_plugin_commands_on_package
to filter plugin commands based on the package. - Improved documentation for
select_lines
,set_build_system
,set_file_type
,set_line_ending
,show_overlay
,show_panel
,single_selection
,slurp_find_string
,slurp_replace_string
,switch_file
,discard_all_modified
,git_config
,navigate_to_commit_message
,navigate_to_context_commit
,navigate_to_commit
,navigate_to_branch
,navigate_to_child
,navigate_to_parent
,open_in_editor
,push_tag
,quick_open_repository
,stage_all_untracked
,stage_all_unmerged
andshow_command_palette
Version 1.1.0 (November 22, 2021)
This release addresses/adds/improves the following:
- The command palette entries, quick panel placeholders, all use full forms for ST & SM to avoid any ambiguity (#5).
- Improved documentation for
cancel_edit_commit_message
,navigate_back
,navigate_forward
,navigate_to_tag
,open_in_editor
,open_dir_in_sublime_text
,show_command_palette
,save_commit_message
,commit
,create_branch
,create_tag
,clean_working_dir
,checkout_local_branch
,delete_branch
,delete_tag
,discard_hunk
,prompt_open_repository
,rename_branch
,reset
andset_word_wrap
Version 1.0.2 (November 15, 2021)
This release addresses/adds/improves the following:
- Fix core command documentation panel scrolling to the bottom when it's opened.
Version 1.0.1 (November 15, 2021)
This release addresses/adds/improves the following:
- Fix situation when the installed package fails to read the
.json
files due to using wrong logic for loading the appropriate resources.
Version 1.0.0 (November 15, 2021)
The initial release for the package.
- Ability to view core commands for ST & SM with documentation.
- Ability to view plugin/package commands for ST with ability to navigate to source.
- Various settings to filter based on host/command type etc.
- Key binding to auto open the documentation panel for core commands.
- Using modifier keys to copy command signature to clipboard.