Don't work commit spell check
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
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:
- Open Sublime Merge
- Open the repository where the bug occurs
- Navigate to
Help > Debug Informationvia the application menu - 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.
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
Yes, I tried that too.
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
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.
The application does not support the Windows path format. Not support '\' in path 🤨
Maybe it would be helpful to share your exact settings as you were asked above.
@themilkman I provided all the necessary data in this message https://github.com/sublimehq/sublime_merge/issues/1921#issuecomment-2134373262
Until they fix this error, you need to replace the \ character with / after copying the part of path to the file.