A simulation of context menu event by handling directly EVT_RIGHT_UP was implemented in wxSTC in451c5cc7b9
, but later on, EVT_CONTEXT_MENU generation in wxOSX was fixed in524c47aa3a
so simulation is no longer necessary and this event can be directly handled in wxSTC.