This new feature does not work well with parameter in an em_commandhistory.txt wrote:12.08.20 Added: Command LOADSEARCH <saved name> (e.g. on button): Put one equal sign = in front of name to start searching immediately, two == to start and feed to listbox after search (32/64)
I compare it with an automatic synchronization start with SYNCOPEN= in a em_command like this:
Code: Select all
[em_ext_sync_auto]
cmd=SYNCOPEN=
param=?<default>
menu=Synchronize directories - autostart with default/saved settings
button=wcmicons.dll,48
But the equivalent LOADSEARCH em_command does not work:
Code: Select all
[em_ext_search_user]
cmd=LOADSEARCH=
param=?<default>
menu=Find files - autostart with default/saved settings
button=wcmicons.dll,47
If I change it to:
Code: Select all
[em_ext_search_user]
cmd=LOADSEARCH =
param=?<default>
menu=Find files - autostart with default/saved settings
button=wcmicons.dll,47
Could LOADSEARCH= please be supported like SYNCOPEN= is.