Przeglądaj źródła

Update TODOs in README

Ryan Olson 12 lat temu
rodzic
commit
9c0c242656
1 zmienionych plików z 8 dodań i 8 usunięć
  1. 8 8
      README.md

+ 8 - 8
README.md

@@ -10,22 +10,22 @@
  - Notes on unsupported: Classes that don't inherit from NSObject. Unions. Packed structs. C array arguments. Etc.
  - Note that heap objects may have some false positives
  - Thanks/credits section
-- Method calling feedback toast when methods that return nil or void are called successfully
-- Alert when method calling fails
-- Add more common fields to custom view object explorer.
-- Considder a custom UILabel explorer that extends the UIView explorer
 - Blog post
 - Cleanup and comments
 
 ### Nice to haves:
 - Image preview in the file browser for image files
+- Search bar filtering in file browser
+- View hierarchy 3D perspective
+- UIColor argument input view
+- UIFont argument input view
+- File browser: try to parse binary files as plists even if they lack the .plist extension
+- Demo app
+- Considder a custom UILabel explorer that extends the UIView explorer
+- Toast when method calling or property setting fails
 - Support setting mutable array/dictionary properties
 - Mutable collection editing
 - Drill in from class explorer to properties, ivars, and methods for full names and attributes ("call/set" disabled/hidden)
-- Demo app
-- File browser: try to parse binary files as plists even if they lack the .plist extension
-- UIColor argument input view
-- View hierarchy 3D perspective
 
 ### Community feature ideas
 - Swift runtime introspection (swift classes, swift objects on the heap, etc.)