#19744
Yutaka Emura
Keymaster

Hello LifeTimer,

v14.7.1 beta 2 can now record the filter operations with macros.

There is a breaking change in beta 2, where the second paramter for the Filter method now specifies one-based index of the specified column.

https://www.emeditor.com/forums/topic/emeditor-v14-7-1-beta-1/#post-19743

In case of the example above, you will have to write as this:

document.Filter(document.selection.Text, 0, eeFindKeepPrevious | eeFindNegative);

Thanks!