Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22444
    Patrick C
    Participant

    Is there a command ID or some other command for “Remove from this (favorite) list” ?

    Remove from this (favorite) list

    #22450
    Yutaka Emura
    Keymaster

    Hello,

    The command id is : 4465

    However, this command is not available for keyboard shortcut assignment.

    #22452
    Patrick C
    Participant

    Hello 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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.