In the next version of QSearch (will be released soon) you will be able to do the following:Diamen wrote:Yes, I use to select word before search:
AkelPad.WordCaretSelect(true, false);
AkelPad.Call("QSearch::QSearch")
and then get selected text in search inputbox
FindNext - find next (down).
Recommended hot-key - F3.
This function supports the autoload in order to silently load the QSearch
plugin when AkelPad starts. (The purpose of that is to have all the plugin's
capabilities available at the very start of AkelPad rather than only after
the QSearch'es panel is activated).
The additional abilities by the example of the Hotkeys plugin:
Code: Select all
-------------------------------------------------------------
Name | Command | Hotkey
-------------------------------------------------------------
Quick Find Next | Call("QSearch::FindNext", 1) | Ctrl+F3
-------------------------------------------------------------
Assigns Ctrl+F3 to the action "pick up the selected text and find next".
If no selection, the current word is selected (according to the option
'select_by_f3').