[Cuis-dev] [FIX] ChangeSorterWindow should not react on refactoring hot-keys
Gerald Klix
cuis.01 at klix.ch
Mon Aug 9 05:10:06 PDT 2021
Hi all, Hi Juan,
Instances of ChangeSorterWindow should not react to
hot-keys that invoke refactorings.
I attached a simple fix.
HTH and Best Regards,
Gerald
-------------- next part --------------
'From Haver 5.0 [latest update: #4743] on 9 August 2021 at 2:05:22 pm'!
!ChangeSorterWindow methodsFor: 'keyboard shortcuts' stamp: 'KLG 8/9/2021 14:04:05'!
messageListKey: aChar from: view
"Respond to a Command key in the message-list pane."
aChar == $d ifTrue: [^ model forget].
"Refactorings are not supported by me."
aChar == $R ifTrue: [^ self ].
aChar == $U ifTrue: [^ self ].
aChar == $I ifTrue: [^ self ].
super messageListKey: aChar from: view! !
More information about the Cuis-dev
mailing list