Sublime Forum

How do you remove or change target paths of submodules?

#21

Ok, here’s a more complete list now:

Action.sublime-menu
Advanced Commit.sublime-menu
Branch Section.sublime-menu
Branch.sublime-menu
Commit Message.sublime-settings
Commit.sublime-menu
Default (Windows).sublime-keymap
Default.sublime-commands
Diff Context.sublime-menu
File Mode Context.sublime-menu
File.sublime-menu
Main.sublime-menu
Preferences.sublime-settings
Remote Branch.sublime-menu
Remote Section.sublime-menu
Remote.sublime-menu
Stash Section.sublime-menu
Stash.sublime-menu
Submodule Section.sublime-menu
Submodule.sublime-menu
Tag Section.sublime-menu
Tag.sublime-menu
Widget Context.sublime-menu

I’m still missing few hooks though… if I’m not mistaken, some of the above are “unofficial” cos they’re not listed in the docs afaik.

0 Likes

#22

Here’s the ones I’m still missing:

  1. image

2/3/4) image

  1. image

This is a really nice tool… almost everything is pluggable like in his big brother ST :smiley:

0 Likes

#23
  1. Side Bar Layout Options.sublime-menu
  2. Modified File Section.sublime-menu
  3. Untracked File Section.sublime-menu
  4. Unmerged File Section.sublime-menu
  5. Hunk.sublime-menu
1 Like

#24

Thanks, 1. and 5. works but 2., 3. & 4. won’t… SublimeMerge 2059 over here :confused: , here’s the whole list:

Action.sublime-menu
Advanced Commit.sublime-menu
Branch Section.sublime-menu
Branch.sublime-menu
Commit Message.sublime-settings
Commit.sublime-menu
Default (Windows).sublime-keymap
Default.sublime-commands
Diff Context.sublime-menu
File Mode Context.sublime-menu
File.sublime-menu
Hunk.sublime-menu
Main.sublime-menu
Modified File Section.sublime-menu
Preferences.sublime-settings
Remote Branch.sublime-menu
Remote Section.sublime-menu
Remote.sublime-menu
Side Bar Layout Options.sublime-menu
Stash Section.sublime-menu
Stash.sublime-menu
Submodule Section.sublime-menu
Submodule.sublime-menu
Tag Section.sublime-menu
Tag.sublime-menu
Unmerged File Section.sublime-menu
Untracked File Section.sublime-menu
Widget Context.sublime-menu

Maybe a typo? Or maybe they’re not supported in this particular SM version?

Ps. In the docs they say

Sublime Merge has 14 menus that may be customized. Menus have context variables that may be used in in the "caption" and "args" fields. The following context variables are available in all menus:

That info seems outdated.

0 Likes

#25

(2), (3) & (4) seems to have been added in Build 2061 that’s why you are not able to use them. I’d recommend either updating to latest dev (2067) or latest stable (2068)

Well, unfortunately the docs are always out of date. Each update always brings a lot to the table and unless you keenly follow the development on Discord, you tend to miss a lot of things.

0 Likes