Так работает?
SpellCheck plugin (x64; Hunspell-based fork)
- Author
- Message
-
Offline
- Posts: 32
- Joined: Tue Jun 30, 2020 11:33 am
-
Offline
- Posts: 74
- Joined: Sat Jul 05, 2008 11:30 am
- Location: Odesa, Ukraine
Re: SpellCheck plugin (x64; Hunspell-based fork)
SpellCheck_x64_1.3.0.6.zip
I'm no longer able to reproduce the crash (under the described conditions).
So, yes, it looks like the issue has been fixed.
Thank you very much.
-
Offline
- Posts: 15
- Joined: Sat Nov 30, 2024 1:56 pm
-
Offline
- Posts: 74
- Joined: Sat Jul 05, 2008 11:30 am
- Location: Odesa, Ukraine
Re: SpellCheck plugin (x64; Hunspell-based fork)
You're likely looking for random6_2020, the author, to answer that.
-
Offline
- Posts: 15
- Joined: Sat Nov 30, 2024 1:56 pm
Re: SpellCheck plugin (x64; Hunspell-based fork)
SpellCheck_x64_1.3.0.6.zip
Please post the x86 version. Auto-update does not update your plugin, but the changes are serious.
-
Offline
- Posts: 15
- Joined: Sat Nov 30, 2024 1:56 pm
Re: SpellCheck plugin (x64; Hunspell-based fork)
Yes, sorry.ewild wrote: ↑Sun Jan 11, 2026 9:20 amYou're likely looking for random6_2020, the author, to answer that.
-
Offline
- Posts: 32
- Joined: Tue Jun 30, 2020 11:33 am
Re: SpellCheck plugin (x64; Hunspell-based fork)
I've updated the first post with compiled x86 build. But I can't be sure if that version works since I didn't test it.
-
Offline
- Posts: 15
- Joined: Sat Nov 30, 2024 1:56 pm
Re: SpellCheck plugin (x64; Hunspell-based fork)
Everything works. Thank you.random6_2020 wrote: ↑Sun Jan 11, 2026 1:22 pm I've updated the first post with compiled x86 build. But I can't be sure if that version works since I didn't test it.
-
Offline
- Posts: 1
- Joined: Fri Apr 24, 2026 6:32 pm
Re: SpellCheck plugin (x64; Hunspell-based fork)
Здравствуйте Как добавлять в белый список?
-
Offline
- Posts: 74
- Joined: Sat Jul 05, 2008 11:30 am
- Location: Odesa, Ukraine
Re: SpellCheck plugin (x64; Hunspell-based fork)
Goto 'AkelFiles\Plugs\SpellCheck\'
Create a file with the .spck extension, e.g., MyWhiteList.spck.
Note: you can keep several .spck files here for different scopes/purposes.
Open .spck and put in there:
file extensions entries section (+- extensions);
case-insensitive entries section (each line to begin with '|' pipe symbol);
case-sensitive entries section (just word).
The resulting MyWhiteList.spck would look something like this:
Create a file with the .spck extension, e.g., MyWhiteList.spck.
Note: you can keep several .spck files here for different scopes/purposes.
Open .spck and put in there:
file extensions entries section (+- extensions);
case-insensitive entries section (each line to begin with '|' pipe symbol);
case-sensitive entries section (just word).
The resulting MyWhiteList.spck would look something like this:
Code: Select all
;SpellCheck plugin whitelist definition file
;extensions
+txt
+ps1
+inc
+ini
+lng
+mnu
+cmd
+htm
+html
+shtml
+xhtml
+xml
;case-insensitive
|akelpad
|spellcheck
;case-sensitive
caSEsEnsitiveWhiteLISEDword
AnotherWord