sublime_merge icon indicating copy to clipboard operation
sublime_merge copied to clipboard

Don't work commit spell check

Open Yari27 opened this issue 1 year ago • 8 comments

Version info

  • OS: Windows 10
  • Build: N/A

Description

I downloaded the dictionary files and copied them to the appropriate folder, but it still does not correct the errors in the commmit content.

Steps to reproduce

spell_checking Dictionaries

Expected behavior

Red snake under the incorrect word.

Debug Information The Sublime Merge debug information can be used to narrow down the cause of an issue. It can be collected with the following steps:

  1. Open Sublime Merge
  2. Open the repository where the bug occurs
  3. Navigate to Help > Debug Information via the application menu
  4. Before sharing, please redact any information that's sensitive such as file paths, git user information, remote URLs etc.

This section may be omitted/removed.

Screenshots

If applicable, add screenshots to help explain your problem. This section may be omitted/removed.

Yari27 avatar May 27 '24 16:05 Yari27

Hi @Yari27,

Thanks for reaching out!

Could you confirm if you placed the dictionary files into the Packages/User folder (accessed in Sublime Merge via Preferences > Browse Packages...)

Additionally, could you confirm if you've set the dictionary setting in Sublime Merge (accessible via Preferences > Preferences... > Commit Messages > Dictionary)

Kind regards, - Dylan from Sublime HQ

dpjohnst avatar May 28 '24 04:05 dpjohnst

Yes, I tried that too.

Yari27 avatar May 28 '24 04:05 Yari27

Hi @Yari27,

Thanks for your quick reply!

When you have a spare moment, could you please share the exact text entered into the Dictionary input in the preferences? This will help me debug this further.

Kind regards, - Dylan from Sublime HQ

dpjohnst avatar May 28 '24 05:05 dpjohnst

I tried:

  • Put 3 file to folder like in highlighted example and set the path like this Packages\Language - Polish\Polish.dic
  • Put 3 file to User folder and set the path like this Packages\User\Polish.dic
  • Put 3 file to User folder and set full path C:\Users\yari27\AppData\Roaming\Sublime Merge\Packages\User\Polish.dic.

Yari27 avatar May 28 '24 05:05 Yari27

The application does not support the Windows path format. Not support '\' in path 🤨

Yari27 avatar May 29 '24 05:05 Yari27

Maybe it would be helpful to share your exact settings as you were asked above.

themilkman avatar May 29 '24 08:05 themilkman

@themilkman I provided all the necessary data in this message https://github.com/sublimehq/sublime_merge/issues/1921#issuecomment-2134373262

Yari27 avatar May 29 '24 09:05 Yari27

Until they fix this error, you need to replace the \ character with / after copying the part of path to the file.

Yari27 avatar May 29 '24 09:05 Yari27