Page MenuHome

update deprecated protocol NSTextInput to NSTextInputClient in Cocoa Text View
ClosedPublic

Authored by Yuki Hashimoto (hzuika) on May 27 2021, 1:08 AM.

Details

Summary

This revision updates deprecated protocol NSTextInput to NSTextInputClient in Cocoa Text View.

Following the protocol changes, I replaced the appropriate methods.
No new features are added in this change.

For more information of the methods, please see the following official document.
https://developer.apple.com/documentation/appkit/nstextinputclient

Diff Detail

Repository
rB Blender