Opened 7 years ago

Closed 6 years ago

#169 closed defect (fixed)

When changing a shortcut key for button send it should show the current shortcut

Reported by: patrik.svestka@… Owned by:
Priority: minor Milestone: 8.0.0
Component: default Keywords:
Cc: Also affects CVS HEAD (eXept version): no

Description


Attachments (2)

libtool_fix_1_of_1_rev_1334d79e9cf4__169_When_changing_a_shortcut_key_for_button_send_it_should_show_the_current_shortcut.patch (1.1 KB ) - added by patrik.svestka@… 7 years ago.
Fixing the Send button shortcut display
libtool_fix_1_of_1_rev_60274b66bfb4__169_When_changing_a_shortcut_key_for_all_shown_buttons_by_default___the_buttons___menu_it_should_show_the_current_shortcut.patch (5.0 KB ) - added by patrik.svestka@… 7 years ago.
All shown buttons can be now mapped at the debugger window

Download all attachments as: .zip

Change History (9)

comment:1 by patrik.svestka@…, 7 years ago

Will post a patch but this will help in DebugView.st :)

initializeStepButtonIn:bpanel
    stepButton := Button
                label:(resources string:'Debug_Step') , (self shortKeyStringForAction: #DebuggerStep)
                action:[
                    stepButton turnOff.
                    self doStep
                ]
                in:bpanel.

    stepButton name:'stepButton'.
!

comment:2 by patrik.svestka@…, 7 years ago

Status: newtesting

comment:3 by jan vrany, 7 years ago

Patch looks good. Could you extend it to cover all other buttons shown by default? In the future, may like to assign shortcuts to them as well. Thanks!

comment:4 by jan vrany, 7 years ago

Status: testingneeds_work

comment:5 by patrik.svestka@…, 7 years ago

Now I'm attaching a patch for shortcut mapping to all shown, by default, buttons at the debugger. Should I delete the older patch?

comment:6 by patrik.svestka@…, 7 years ago

Status: needs_worktesting

comment:7 by jan vrany, 6 years ago

Milestone: 8.0.0
Resolution: fixed
Status: testingclosed

Fixed a long time ago in:

Note: See TracTickets for help on using tickets.