#8426
Yutaka Emura
Keymaster

Hi maxim_2004,

Thanks for your inputs, but I don’t want to make too many features. How about running this macro:

document.selection.SelectAll();
s = document.selection.Text;
document.selection.Collapse();
editor.NewFile();
document.selection.Text = s;

Please let me know if you have further questions.
Thank you.