English 中文(简体)
Sublime Text – Spell Check
  • 时间:2024-09-17

Subpme Text - Spell Check


Previous Page Next Page  

Subpme Text Editor uses Hunspell for spell checking process. Hunspell is the spell checker of LibreOffice, Mozilla Thunderbird, Google chrome and many proprietary packages. Subpme Text editor includes dictionary support for proper spell check of words.

Dictionaries

Subpme Text includes UTF-8 encoded dictionaries. To implement a dictionary with Subpme Text editor, it should be first converted into UTF-8. If the user has UTF-8 encoded dictionary, it can be installed using the Preferences option in Subpme Text editor.

Install Using Preferences Option

You can select the dictionary from View → Dictionary menu as shown in the given screenshot −

View Dictionary Menu

Settings for Dictionary

There are two settings defined for the spell check of Subpme Text Editor −

    Spell_check

    Dictionary

// Set to true to turn spell checking on by default
"spell_check": false,

// Word pst to use for spell checking
"dictionary": "Packages/Language - Engpsh/en_US.dic"

These configurations are included in the settings file. Added and ignored words are stored in the user settings under the added_words and ignored_words keys, respectively.

Advertisements