Faculty of Information Technology
Software Engineering Group

Opened 6 years ago

Closed 5 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)

Change History (9)

comment:1 Changed 6 years ago by Patrik Svestka

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 Changed 6 years ago by Patrik Svestka

Status: newtesting

comment:3 Changed 6 years ago by Jan Vrany

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 Changed 6 years ago by Jan Vrany

Status: testingneeds_work

comment:5 Changed 6 years ago by Patrik Svestka

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 Changed 6 years ago by Patrik Svestka

Status: needs_worktesting

comment:7 Changed 5 years ago by Jan Vrany

Milestone: 8.0.0
Resolution: fixed
Status: testingclosed

Fixed a long time ago in:

Note: See TracTickets for help on using tickets.