sublime_merge icon indicating copy to clipboard operation
sublime_merge copied to clipboard

Git Output.sublime-settings not applied for 3rd-party themes

Open deathaxe opened this issue 3 years ago • 1 comments

Version info

  • OS: Windows 11
  • Build: 2078

Description

Git output widget uses wrong syntax definition in 3rd-party themes.

Sublime Merge doesn't respect Git Output - <Theme Name>.sublime-settings for 3rd-party themes. It rather uses Git Commit Message - <Theme Name>.sublime-settings.

As a result the git output widget uses whatever git commit message syntax is used, which is Packages/Git Formats/Git Commit Message in Monokai Plus.

Steps to reproduce

Steps to reproduce the behavior:

  1. Open SM...
  2. Clone Monokai Plus repository to Packages/Theme - Monokai
  3. Add a Packages/Theme - Monokai/Plus - Monokai/Round/Git Output - Monokai Plus.sublime-settings with following content
    {
        "syntax": "Packages/Text/Plain text.tmLanguage",
    }
    
  4. Activate Monokai Plus by editing Preferences.sublime-settings
     "theme": "Monokai Plus.sublime-theme",
    

Expected behavior

Git output panel should use plain text syntax.

Screenshots

grafik

deathaxe avatar Nov 19 '22 16:11 deathaxe

Hi @deathaxe,

Thanks for reporting this issue - we've identified the cause of the issue and it will be fixed in the next build.

Cheers, - Dylan from Sublime HQ

dpjohnst avatar Nov 23 '22 23:11 dpjohnst

Fixed in SM 2080

deathaxe avatar Dec 08 '22 12:12 deathaxe