pharo-spec / NewTools

All development tools for Pharo, developed with Spec
21 stars 54 forks source link

Shortcut activations should have their own presenter based in key catcher #865

Open hernanmd opened 3 weeks ago

hernanmd commented 3 weeks ago

Now we are using a text presenter in CmdShortcutActivation>>#asSettingPresenter:.

For instance:

settingInputWidgetForNode: aShortcutSetting
    | catcherMorph theme |
    theme := UITheme builder.

    catcherMorph := KMCatcherMorph for: aShortcutSetting.
    ^ theme newRow: {catcherMorph}