You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing comments, Sabaki underlines misspelled words with a red wave. The notion of misspelling is built-in according to some reference language - namely English - and is not affected by user interface localization. This makes editing quite uncomfortable, as you may type perfect spelling in your own language - or even worse use proper go vocabulary - and get distracted by those red waves you cannot do anything about.
Sabaki may, as a minimal support, either let the user choose not to underline misspelled, or to specify the list of languages he is editing for.
If anyone is interested, I've made patch that implements a demo of the latter alternative. It defines a new entry comments.langs in settings, and adjusts setSpellCheckerLanguages in main.js:newWindow. It's worth about 5 lines of code. There no UI here, it relies on manual editing of settings.json.
The text was updated successfully, but these errors were encountered:
Sabaki v0.52.0 - linux x64
When editing comments, Sabaki underlines misspelled words with a red wave. The notion of misspelling is built-in according to some reference language - namely English - and is not affected by user interface localization. This makes editing quite uncomfortable, as you may type perfect spelling in your own language - or even worse use proper go vocabulary - and get distracted by those red waves you cannot do anything about.
Sabaki may, as a minimal support, either let the user choose not to underline misspelled, or to specify the list of languages he is editing for.
If anyone is interested, I've made patch that implements a demo of the latter alternative. It defines a new entry
comments.langs
in settings, and adjustssetSpellCheckerLanguages
inmain.js:newWindow
. It's worth about 5 lines of code. There no UI here, it relies on manual editing ofsettings.json
.The text was updated successfully, but these errors were encountered: