Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- September 19, 2017 at 1:07 am #22444Patrick CParticipant
Is there a command ID or some other command for “Remove from this (favorite) list” ?
September 22, 2017 at 11:02 am #22450Yutaka EmuraKeymasterHello,
The command id is : 4465
However, this command is not available for keyboard shortcut assignment.
September 22, 2017 at 12:02 pm #22452Patrick CParticipantHello Yutaka,
Thank you for your reply!
It seems however, that
editor.ExecuteCommandByID(4465);
doesn’t really achieve anything.
Probably this is what you meant with “not available for keyboard shortcut assignment”.It would be nice to have something analogous to:
editor.ExecuteCommandByID (4609 + i); // i is an integer from 0 through 63 (List of Recent Documents command)
EEID_FILE_MRU_FILE1 through EEID_FILE_MRU_FILE1 + 63 (from 4609 through 4609 + 63)
Just with removing the file from the list instead of opening the file.Best regards,
Patrick - AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.