I'm trying to better configure the spell checker when I have syntax highlighting in the text.
I usually use the Ruby language to display ordinary TXT files.
The first line of the language file (ruby.uew) is:
I also set it up so that the check is done while I type.
It works well and shows the words that have been typed incorrectly.
However, in an existing text of a recent opened file, the red line underlining the previously wrong words typed does not appear.
If there are already misspelled words, they are not highlighted. Only new words that are typed will be monitored for correction.
But if I disable the syntax highlight, wrong words already typed appear underlined, as desired and expected.
1 - How to have spell checking underlining wrong words, using syntax highlight, for previous incorrect typed words?
2 - And how to apply spell checking (Ctrl+K) starting from cursor position and forward, not from the top of the file?
3 - Is there a way to assign hotkey to action of change dictionary (or toggle between two), instead of the long way of use the mouse to go to Advanced/Configuration?
UltraEdit 64 bits 25.20.0.88 here.
Thanks.
I usually use the Ruby language to display ordinary TXT files.
The first line of the language file (ruby.uew) is:
Code: Select all
/L12"Ruby" RUBY_LANG Line Comment = # Block Comment On = =begin Block Comment Off = =end String Chars = "' Escape Char = \ EnableSpellasYouType File Extensions = RB RBW TXT LOG
It works well and shows the words that have been typed incorrectly.
However, in an existing text of a recent opened file, the red line underlining the previously wrong words typed does not appear.
If there are already misspelled words, they are not highlighted. Only new words that are typed will be monitored for correction.
But if I disable the syntax highlight, wrong words already typed appear underlined, as desired and expected.
1 - How to have spell checking underlining wrong words, using syntax highlight, for previous incorrect typed words?
2 - And how to apply spell checking (Ctrl+K) starting from cursor position and forward, not from the top of the file?
3 - Is there a way to assign hotkey to action of change dictionary (or toggle between two), instead of the long way of use the mouse to go to Advanced/Configuration?
UltraEdit 64 bits 25.20.0.88 here.
Thanks.