summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-01 19:27:45 -0400
committerPietro Gagliardi <[email protected]>2014-04-01 19:27:45 -0400
commit76de7db2c0b4ac6878c2b0890e6ea660b85ab603 (patch)
treefe1fc9de920d242bdf8920d33d4011fbdd52fd01
parentdf087d0ea5817d37ac6f4c54de60f03c64070eb1 (diff)
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.
-rw-r--r--todo.md2
1 files changed, 0 insertions, 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)