[pharo-project/pharo-core] 636bf8: 50521

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[pharo-project/pharo-core] 636bf8: 50521

Eliot Miranda-3
  Branch: refs/heads/5.0
  Home:   https://github.com/pharo-project/pharo-core
  Commit: 636bf89014ff48637130095f2d7835a0e7bc9079
      https://github.com/pharo-project/pharo-core/commit/636bf89014ff48637130095f2d7835a0e7bc9079
  Author: Jenkins Build Server <[hidden email]>
  Date:   2016-01-10 (Sun, 10 Jan 2016)

  Changed paths:
    A Morphic-Base.package/MenuItemMorph.class/instance/counting/countingMenu.st
    A Morphic-Base.package/MenuItemMorph.class/instance/events/insistMenu.st
    M Morphic-Base.package/MenuItemMorph.class/instance/events/invokeWithEvent_.st
    A Morphic-Base.package/MenuItemMorph.class/instance/meta actions/deselectItem.st
    R Morphic-Base.package/MenuItemMorph.class/instance/nil/deselectItem.st
    R Morphic-Base.package/MenuItemMorph.class/instance/nil/isEnabled_.st
    A Morphic-Base.package/MenuItemMorph.class/instance/testing/isEnabled_.st
    A Morphic-Base.package/ShortcutReminderMorph.class/README.md
    A Morphic-Base.package/ShortcutReminderMorph.class/class/counting/countingMenu.st
    A Morphic-Base.package/ShortcutReminderMorph.class/class/initialize/initialize.st
    A Morphic-Base.package/ShortcutReminderMorph.class/class/instance creation/with_.st
    A Morphic-Base.package/ShortcutReminderMorph.class/class/settings/enableShortcutReminder.st
    A Morphic-Base.package/ShortcutReminderMorph.class/class/settings/enableShortcutReminder_.st
    A Morphic-Base.package/ShortcutReminderMorph.class/class/settings/settingsOn_.st
    A Morphic-Base.package/ShortcutReminderMorph.class/class/settings/timesShortcutReminder.st
    A Morphic-Base.package/ShortcutReminderMorph.class/class/settings/timesShortcutReminder_.st
    A Morphic-Base.package/ShortcutReminderMorph.class/class/startup list/startUp_.st
    A Morphic-Base.package/ShortcutReminderMorph.class/definition.st
    A Morphic-Base.package/ShortcutReminderMorph.class/instance/accessing/alpha.st
    A Morphic-Base.package/ShortcutReminderMorph.class/instance/accessing/text_.st
    A Morphic-Base.package/ShortcutReminderMorph.class/instance/counting/countingMenu.st
    A Morphic-Base.package/ShortcutReminderMorph.class/instance/initialize/initialize.st
    A Morphic-Base.package/ShortcutReminderMorph.class/instance/stepping/alpha_.st
    A Morphic-Base.package/ShortcutReminderMorph.class/instance/stepping/resetAlpha.st
    A Morphic-Base.package/ShortcutReminderMorph.class/instance/stepping/step.st
    A Morphic-Base.package/ShortcutReminderMorph.class/instance/stepping/stepTime.st
    A Morphic-Base.package/ShortcutReminderMorph.class/instance/stepping/wantsSteps.st
    M Morphic-Base.package/ToggleMenuItemMorph.class/instance/drawing-private/drawKeyTextOn_.st
    A Morphic-Base.package/ToggleMenuItemMorph.class/instance/drawing-private/itemShortcut.st
    M Morphic-Base.package/ToggleMenuItemShortcutWithSymbol.class/instance/drawing/drawOn_.st
    A Morphic-Base.package/ToggleMenuItemShortcutWithSymbol.class/instance/drawing/text.st
    A Morphic-Base.package/ToggleMenuItemShortcutWithText.class/instance/accessing/text.st
    R ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50520.st
    A ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50521.st
    R ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50520.st
    A ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50521.st
    M ScriptLoader50.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st

  Log Message:
  -----------
  50521
17348 Enhance shortcut learnability
        https://pharo.fogbugz.com/f/cases/17348

http://files.pharo.org/image/50/50521.zip


Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] 636bf8: 50521

David Allouche
Cool! Nice addition.

When the shortcut reminder appears, on my Mac, the Command symbol ⌘ is not displayed, instead there is generic  symbol that looks like this: ⌧ (but might be a different one). There might be a problem with some font configuration.

>
>  Log Message:
>  -----------
>  50521
> 17348 Enhance shortcut learnability
> https://pharo.fogbugz.com/f/cases/17348
>
> http://files.pharo.org/image/50/50521.zip
>
>


Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] 636bf8: 50521

Sven Van Caekenberghe-2
You probably chose a font that cannot display that character.

> On 11 Jan 2016, at 00:38, David Allouche <[hidden email]> wrote:
>
> Cool! Nice addition.
>
> When the shortcut reminder appears, on my Mac, the Command symbol ⌘ is not displayed, instead there is generic  symbol that looks like this: ⌧ (but might be a different one). There might be a problem with some font configuration.
>
>>
>> Log Message:
>> -----------
>> 50521
>> 17348 Enhance shortcut learnability
>> https://pharo.fogbugz.com/f/cases/17348
>>
>> http://files.pharo.org/image/50/50521.zip
>>
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] 636bf8: 50521

stepharo
In reply to this post by David Allouche
Yes this is a glitch I did not know how to solve (must focus on the
Pharo Mooc).


Le 11/1/16 00:38, David Allouche a écrit :

> Cool! Nice addition.
>
> When the shortcut reminder appears, on my Mac, the Command symbol ⌘ is not displayed, instead there is generic  symbol that looks like this: ⌧ (but might be a different one). There might be a problem with some font configuration.
>
>>   Log Message:
>>   -----------
>>   50521
>> 17348 Enhance shortcut learnability
>> https://pharo.fogbugz.com/f/cases/17348
>>
>> http://files.pharo.org/image/50/50521.zip
>>
>>
>
>