Well,
highlight all selected is not
highlight all occurrences of selected word as the user can have more than a single word selected too.
It is possible to run a regular
Find, not a
Quick Find, with options
Match whole word only,
Match case and
Highlight all items found checked. The hotkeys to press for executing such a find for word at caret in English UltraEdit are:
- Ctrl+F or twice Ctrl+F depending on configuration, see Quick Find versus Find and how to customize the usage of both (Ctrl+F behavior).
The word at caret position (or the selected text if something is selected) is automatically preset as string to find.
- Alt+W to check Match whole word only if not already checked from a previous Find.
- Alt+M to check Match case if not already checked from a previous Find.
It is also possible to press just M if Find what edit field has not the input focus.
- Alt+I to check Highlight all items found if not already checked from a previous Find.
- RETURN to execute the Find (best with option Close after find also checked).
Click on gearwheel button on not seeing the advanced
Find options after opening the dialog.
See also the configuration settings at
Advanced - Settings or Configuration - Search - Auto reset settings. You might uncheck
Highlight all items found,
Match case,
Match whole word only to have these three advanced find options always set as last time used in
Find dialog.
With
Match whole word only and
Match case checked and
Regular expressions not checked in
Find dialog and configuration setting
Find next/prev finds selected text (not last searched for text) checked at
Advanced - Settings or Configuration - Search - Miscellaneous, it is also possible to press
Ctrl+J to execute
Select word at caret position and run with
F3 command
Find next and with
Ctrl+F3 the command
Find previous for searching case-sensitive for the selected
word which makes finding all occurrences much faster than running a
Find to highlight all occurrences of a word and searching with human eyes and brain in displayed area. Searching by key is always more efficient than searching with eyes and brain.