Hi,
I am using 14.0 and would like to request a feature. Sample macro code:
var EEID_FINDBAR_INCREMENTAL = 4571;
var eeStatus = editor.QueryStatusByID(EEID_FINDBAR_INCREMENTAL);
alert(eeStatus);
Currently QueryStatusByID function always returns 2 for command ID 4571 regardless of the state of the incremental search button.
I would like to request that QueryStatusByID reflect state for this command ID.
Thanks,
Bill