Releases: Predelnik/DSpellCheck
Releases · Predelnik/DSpellCheck
1.5
- Fix editing of "Split Words by Non-Alphabetic Characters Except:" field (#307)
- Fix toolbar icon in case of dark mode (#314)
- Fix "Bookmark Lines with Misspellings" for newer Notepad++ versions (#313)
1.4.24
- Compatibility with Notepad++ 8.4+. Previous versions of plugin will crash during certain operations. (#296)
- Option to avoid selecting a misspelled word when menu on it is triggered, turn it on by default (#284)
- Correct cursor positioning after applying
Replace with topmost suggestion
(#288)
- Do not underline misspelled words during
Print Now
(#285)
- Compilation is done by VS2022 starting this version.
1.4.23
- Compatibility for Notepad++ starting with version 8.2.2 (x64 version)
- Warning: Starting with version 1.4.23 plugin (x64 version) is no longer compatible with N++ versions older than 8.2.2.
1.4.22
- Fix settings dialog layout, sometimes buttons were not clickable (#266)
- Support checking of multi-line comments in powershell (#267)
- Recheck less content if some of it was folded (#273)
1.4.21
- Fix inability to ignore words with Windows spell-checker in some cases (#251)
- Add ability to ignore words for spell-checking using regular expression.
1.4.20
- Fix regression in 1.4.19 leading to too fast rechecking of new words during typing. (#240)
1.4.19
- Print better diagnostics for errors during dictionary download
- Fix regression from 1.4.17 making unable to download dictionaries (#229)
1.4.18
- Fix an issue with suggestion button for Notepad++ 7.8.9. (#221)
- Ignore words in URLs in newer version of Notepad++ correctly (#67)
- Fix broken rechecking on scrolling after quick edit after scrolling has been done (#222)
- New words not being rechecked in case of zooming out (#225)
- Process more errors during dictionary downloading
1.4.17
- Fix interaction with some other plugins (e.g. PythonScript) (#219)
- Fix possible hang on start of N++ due to the plugin on certain systems (#220)
- Support javascript string literals in back-ticks (`) (#213)
- Make "Show Only Recognized Ones" disabled by default for download dialog
1.4.16
- Support bookmarking lines containing misspelled words via additional actions.
- Fix crash when downloading dictionaries from GitHub using proxy. (#205)
- Correctly support spell-checking of json.
- Windows xp no longer supported.