From 76de7db2c0b4ac6878c2b0890e6ea660b85ab603 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 1 Apr 2014 19:27:45 -0400 Subject: [PATCH] Remove TODO about GTK+ and Cocoa errors since we're just assuming errors are mistakes I made in the implementation because at this point that's really what we're left with since on Cocoa doing manual exception handling is discouraged... or something like that. --- todo.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/todo.md b/todo.md index 5ee2920..8c1f47e 100644 --- a/todo.md +++ b/todo.md @@ -35,8 +35,6 @@ important things: - find out if I can do the same with the ListBoxes - NSComboBox scans the entered text to see if it matches one of the items and returns the index of that item if it does; find out how to suppress this so that it returns -1 unless the item was chosen from the list (like the other platforms) - some Cocoa controls don't seem to resize correctly: Buttons have space around the edges and don't satisfy stretchiness -- there's no GTK+ or Cocoa error handling whatsoever; we need to figure out how it works - - I know how Cocoa error handling works: it uses Cocoa exceptions; need to figure out how to catch and handle them somehow - make sure GTK+ documentation version point differences (x in 4.3.x) don't matter - button sizes and LineEdit sizes on Windows seem too big; Comboboxes have margins - Cocoa has similar margining issues (like on Comboboxes)