Fogbugz issue 14936
and slice in inbox

After loading this slice, there are still many references to the (now) obsolete class KMUntypeableSingleKeyCombination.
I tried to remove these references with the following code :

NECPreferences popupShowWithShortcut: nil.
KMSingleKeyCombination reset.
KMSpecialCharSingleKeyCombination reset.
KMRepository reset.


But they arent removed.

Anyone knows how to re-init all users of KMUntypeableSingleKeyCombination ?


nicolai






2014-12-08 15:05 GMT+01:00 Guillermo Polito <guillermopolito@gmail.com>:
I think (I just think because I didn't write that class ^^) that class is the result of an unfinished refactor...

On Mon, Dec 8, 2014 at 2:36 PM, stepharo <stepharo@free.fr> wrote:

Le 7/12/14 12:21, Nicolai Hess a ��crit :

We have a class KMUntypeableSingleKeyCombination
this is used for key kombinations with
tab
arrow
backspace ....

This is useful for printing key kombinations like
Ctrl+TAB

"space" does not use the KMUntypeableSingleKeyCombination class, therefore
a short cut like
Character space shift asKeyCombination
looks like
" Shift +�� "

shouldn't space use this class?
And I find the name a little bit misleading, what is a untypeable key?
The key is typeable, otherwise we couldn't use it.
Renaming the class to KMUnprintableSingleKeyCombination
isn't better, because we can print this keycombination.


+1

nicolai