Skip to content

Commit 370a534

Browse files
authored
Update DSpellCheck to 1.4.18 (#242)
1 parent 5cd23dd commit 370a534

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/pl.x64.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@
216216
{
217217
"folder-name": "DSpellCheck",
218218
"display-name": "DSpellCheck",
219-
"version": "1.4.17",
220-
"id": "4a29e263d210a811ecd196f9be685365a1fef1ce769217df57acd3afabffcafc",
221-
"repository": "https://github.com/Predelnik/DSpellCheck/releases/download/v1.4.17/DSpellCheck_x64.zip",
219+
"version": "1.4.18",
220+
"id": "76791010dbe8d7e6e0f0f210f0b98345aa66debb126852631d201fc9bf122e50",
221+
"repository": "https://github.com/Predelnik/DSpellCheck/releases/download/v1.4.18/DSpellCheck_x64.zip",
222222
"description": "Spell-checking with these main features:\r\n-Underlining spelling mistakes\r\n-Iterating through all mistakes in document\r\n-Finding mistakes only in comments and strings (For files with standard programming language syntax e.g. C++)\r\n-Possible usage of multiple languages (dictionaries) simultaneously to do spell-checking.\r\n-Getting suggestions for words by either using default Notepad++ menu or separate context menu called by special button appearing under word.\r\n-Able to add words to user dictionary or ignore them for current session of Notepad++\r\n-Using either Hunspell library (included in plugin) or Aspell library (needs to be installed).\r\n-A lot of customizing available from Plugin settings (Ignoring/Allowing only specific files, Choosing delimiters for words, Maximum number of suggestions etc)\r\n-Support for downloading and removing Hunspell dictionaries through user friendly GUI interface\r\n-Ability to quickly change current language through the nice menu.",
223223
"author": "Sergey Semushin",
224224
"homepage": "https://github.com/Predelnik/DSpellCheck"

src/pl.x86.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,9 @@
296296
{
297297
"folder-name": "DSpellCheck",
298298
"display-name": "DSpellCheck",
299-
"version": "1.4.17",
300-
"id": "c38308ad801a13a25f4750327d921610fc94666fcd7fa1456ee5eba228d43672",
301-
"repository": "https://github.com/Predelnik/DSpellCheck/releases/download/v1.4.17/DSpellCheck_x86.zip",
299+
"version": "1.4.18",
300+
"id": "d4cb46efac00f25ab7e816ddbbb8426300841f117c662bb969c34793cc9c77bd",
301+
"repository": "https://github.com/Predelnik/DSpellCheck/releases/download/v1.4.18/DSpellCheck_x86.zip",
302302
"description": "Spell-checking with these main features:\r\n-Underlining spelling mistakes\r\n-Iterating through all mistakes in document\r\n-Finding mistakes only in comments and strings (For files with standard programming language syntax e.g. C++)\r\n-Possible usage of multiple languages (dictionaries) simultaneously to do spell-checking.\r\n-Getting suggestions for words by either using default Notepad++ menu or separate context menu called by special button appearing under word.\r\n-Able to add words to user dictionary or ignore them for current session of Notepad++\r\n-Using either Hunspell library (included in plugin) or Aspell library (needs to be installed).\r\n-A lot of customizing available from Plugin settings (Ignoring/Allowing only specific files, Choosing delimiters for words, Maximum number of suggestions etc)\r\n-Support for downloading and removing Hunspell dictionaries through user friendly GUI interface\r\n-Ability to quickly change current language through the nice menu.",
303303
"author": "Sergey Semushin",
304304
"homepage": "https://github.com/Predelnik/DSpellCheck"

0 commit comments

Comments
 (0)