pharo-ide / Calypso

Pharo system browser
http://dionisiydk.blogspot.com/2017/07/calypso-update-many-improvements-and.html
MIT License
38 stars 21 forks source link

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

Open macta opened 5 years ago

macta commented 5 years ago

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

dionisiydk commented 5 years ago

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