バージョン 8 から バージョン 9 における更新: チケット #1434
- 更新日時:
- 2022/11/14 21:05:50 (2 年 前)
凡例:
- 変更なし
- 追加
- 削除
- 変更
-
チケット #1434 – 説明
v8 v9 12 12 ------ 13 13 → 14 ApplePersistenceIgnoreState設定も削除したい。 14 ApplePersistenceIgnoreState設定も削除する。 15 restorationの仕組み:NSWindow.restorableがYESの場合に、restorationClassで指定されたクラス(=NSWindowRestorationプロトコル)のrestoreWindowWithIdentifier:state:completionHandler:メソッドを使用してウインドウを復元する。デフォルトでは、restorationClassはNSDocumentControllerになっている。