Page 2 of 4
Posted: 25.11.2022 17:57
by main Alexey
>is it possible to store the "enchant" folder with custom dictionaries somewhere in the CudaText folder?
Sorry, Enchant lib don't allow to change this AFAIK.
Posted: 27.11.2022 11:01
by main Alexey
>- Is there a setting to turn off all processing on a mouse click so that there is no delay from it?
this is ok wish. plugin is updated:
2022.11.27
* change: instead of install.inf, write event-options (on_open/on_change_slow) to plugins.ini
* change: by default, on_click handler is off, so context menu won't be updated after click on a word; to turn the on_click on - use the "Configure events" command
Posted: 27.11.2022 11:10
by main Alexey
>Also, even if you call the `Remove marks` command, it is impossible to select a word that was misspelled by double-clicking
Cannot see this! I can dbl-click to select a word a) after spell check (with underlines), b) after I remove all marks.
Posted: 27.11.2022 11:35
by main Alexey
There is a problem (checked on an "empty" distribution), only the first word is added to the dictionary by the "Add" button, nothing happens after that, the dictionary will have only one word (if you delete it, you can add a new "one word" again)
Cannot see it on Ubuntu 20.
dict folder is: ~/.config/enchant (I fixed this in the readme now).
and after I did 'check text with suggestions' and added 2 wrong words, dict file has these 2 words.
then added 3 words more. dict file has 5 words now.
en_US.dic
after app restart, 'check' sees 5 bad words in dict file.
must be Enchant issue in Win version? can you try to update Enchant libs (find on web)?
Posted: 29.11.2022 14:18
by main Alexey
problem with only one word in dict files was solved. thanks @dinkumoil for the patch. plugin updated.
Spell Check Suggestions
Posted: 29.03.2023 22:18
by qwerky
The spell check plugin is amazing. The red underlines are hard to see for tired old eyes, but I found setting '3' made them thicker and easier to spot!
A quick suggestion: the spell suggestion dialog appears in the centre of the screen, where it can cover quite a bit of text. One can easily move it over, but as soon as one goes to the next misspelling, the dialog goes back to screen centre. It would be helpful it the dialog would retain the position set by the user, at least for the current session... not necessarily from one opening of the program to the next.
Posted: 30.03.2023 08:20
by main Alexey
Posted: 30.03.2023 18:24
by main Alexey
Plugin is updated
2023.03.30
+ add: dialog 'Misspelled word' now uses dlg_proc API - now dialog position is kept during the app session (patch by @veksha)
- fix: if user clicks another editor during long spell-checking, checking can continue the work in another editor (patch by @veksha)
Posted: 31.03.2023 00:41
by qwerky
Excellent. Works as intended. Thanks so much for such superior support.
Re: plugin spell checker
Posted: 22.01.2024 12:53
by Stem75
The question i have might be for the lexer category but it involves spell checker so
i thought it is better to ask here.
I am trying to make a simple lexer as default for txt files or new untitled-unsaved tabs.
But when i am installing it and selecting (my lexer) i don't have underlined spell check for all the words (especially those that don't belong to a parser - basically all the normal text), although when i right click the word i have the suggestions.
If on the other hand i choose (none) as lexer it underlines ok.
I am not saying that the plugin has a problem but what am i doing wrong.
example wrong words: afteer the time haas past
In SynWrite lexer properties at the commenting tab i am adding:
Styles of comments:
Comments
Styles of strings:
Text,Separator,Parenthesis,Quote ... and all the Parsers i am editing.
Is this setup ok;