pharo-ide/Calypso

Specifying a menu command like: $f meta shift (doesn't show shift icon in menu)

macta opened this issue · 1 comments

macta commented

The following code snipped doesn't show the menu item correctly in the Calypso - it appears as meta R F :

^ CmdShortcutActivation
by: $r meta shift , $f meta shift
for: ClySourceCodeContext

It is Pharo menu issue. There is very ugly logic which produce icons for shortcuts over menu