From 69e5dd42cf29cf8139063dcd33651d78b450f5bf Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 8 Jan 2016 19:11:12 -0500 Subject: [PATCH] More big TODOs. --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index e0d96b9d..df838072 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,5 @@ +- big documentation TODO: document that font matching is CLOSEST MATCH + - go through ALL the objective-c objects we create and make sure we are using the proper ownership (alloc/init and new are owned by us, all class method constructors are autoreleased - thanks mikeash) - on OS X, edit shortcuts like command-C working require that the menu entries be defined, or so it seems, even for NSAlert