Skip to content

Releases: Predelnik/DSpellCheck

1.5

01 Mar 07:17
e214b57
Compare
Choose a tag to compare
  • 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

18 May 17:25
Compare
Choose a tag to compare
  • 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

03 Feb 20:51
Compare
Choose a tag to compare
  • 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

11 Dec 19:11
Compare
Choose a tag to compare
  • 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

20 Jun 16:09
Compare
Choose a tag to compare
  • 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

09 Nov 18:31
39477dd
Compare
Choose a tag to compare
  • Fix regression in 1.4.19 leading to too fast rechecking of new words during typing. (#240)

1.4.19

25 Oct 07:07
e4fc010
Compare
Choose a tag to compare
  • Print better diagnostics for errors during dictionary download
  • Fix regression from 1.4.17 making unable to download dictionaries (#229)

1.4.18

07 Oct 17:53
3c2aa04
Compare
Choose a tag to compare
  • 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

21 Aug 15:30
Compare
Choose a tag to compare
  • 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

11 May 05:59
2db5ad0
Compare
Choose a tag to compare
  • 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.