#11134
Yutaka Emura
Keymaster

Flint wrote:
Thank you, it would be helpful. I didn’t think about such possibility.

BTW, how do you access these options? I don’t see them in the reference. Or did you mean a macro that will send specific keypresses for opening the dialog and ticking the checkbox?

Hi Flint,

I thought it was possible by doing this:

n = editor.GetProfileInt( eeRegCommon, "", "EnableMultiSel", 1 );
editor.WriteProfileInt( eeRegCommon, "", "EnableMultiSel", !n );

But this code doesn’t work actually. It is because EmEditor has to be refreshed with new Registry values.

I might add a feature to refreh EmEditor or ability to toggle the Mulitple Selection option in future versions.

Thanks!