Feb. 20, 2015
8:26 a.m.
On 19 Feb 2015, at 10:19, Nicolai Hess <nicolaihess@web.de> wrote:
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 ?
Very strange⦠using âexplore pointersâ with the old inspector, it shows lots of instances⦠I sadly have no time to now look deeper, but the pointer explorer should be a way to find who holds onto them⦠Marcus