Quote:
Originally Posted by BetterRed
Verified
Could keyboard shortcuts/accelerators be added to the Spellchecker buttons and checkboxes, and could the word list context menu be made to work with the Menu key
|
Shortcuts can be difficult, since the screen is not forced to keep focus. I will see what I can do about that. The same goes for the menu key. I never use it, so I need to see if that can be done. I guess it is possible.
Quote:
Originally Posted by BetterRed
I have had a couple of instances where the 'building word list' process is either very, very slow or its 'wedged'. Then when I exit the spell checker I get the Word message about having a large amount of data in the clipboard, with options to save, discard etc. Its not document related because I can exit Word and open same document and its OK.
|
It can be slow, but usually it is rather fast. It depends on the source of course. Getting the words is fast, checking if they are correctly spelled not so much. The Hunspell is much faster than the Word engine. The message about the clipboard is correct. The fastest way to retrieve all words is to actually copy all text to the clipboard and then split it into words. I can use a loop that asks Word for each word one by one, but then it will take about half an hour to get all words. This is the fastest way. I can clear the clipboard of course.
Quote:
Originally Posted by BetterRed
Sometimes, not sure how or why, when I exit the spellchecker the entire text is selected - as if I'd done a ctrl+a. If one doesn't hit escape immediately one could easily overtype or delete the text with the press of a single key.
|
See above for the reason. As soon as you click on a word in the list, the selection should become the first occurence in the selected word. I will make sure the text is unselected first.
Quote:
Originally Posted by BetterRed
The spellchecker window is minimisable, is that wise? I am not suggesting it should be modal, as that would preclude one from editing the body of the text manually. But if it's minimisable it could get 'lost' amongst taskbar 'clutter', FWIW the Office, Sigil and Calibre spellcheckers are not minimisable.
|
Wise or not, it is the responsibility of the user I guess.