Open alecgibson opened 3 years ago
Can confirm not working in newer builds with no modifications of context_menu
values in any of the settings files.
Hi all,
Thanks for bringing this to our attention, and apologies for any inconvenience!
Recently we've added support for navigating to commits referenced in commit messages.
In adding this, Commit Message.sublime-menu
was also added, containing the navigate_to_context_commit
command.
In doing so, the default Widget Context
file has been disabled. I'll be investigating this further, but in the meantime I recommend renaming your menu file to Commit Message.sublime-menu
, as this will be the default menu file for commit messages moving forward.
I'll keep you updated as we resolve this issue.
Cheers, - Dylan
Good catch @dpjohnst, not sure how I missed that. I would recommend updating the Sublime Merge docs to reflect these changes & remove/update references in the default Merge.sublime-settings
, Preferences Widget.sublime-settings
, & Widget.sublime-settings
. Maybe even Console Input Widget Context.sublime-menu
in Console Input Widget.sublime-settings
is affected by these changes as well.
Hi @srbs,
Thanks for sharing this feedback! We'll be updating the Menus documentation shortly to indicate the presence of Commit Message.sublime-menu
To clarify, Widget Context.sublime-menu
will still be used for these general text entry widgets such as the preferences, console etc.
Cheers, - Dylan
Version info
Description
I previously had a custom submenu configured for the commit message context menu configured in
Widget Context.sublime-menu
which is no longer working.This was working fine up until upgrading to the latest build today.
Steps to reproduce
~/Library/Application Support/Sublime Merge/Packages/User/Widget Context.sublime-menu
Expected behavior
I'd expect the custom menu to be there
Screenshots
This is where the context menu entry used to show up (but no longer does)