# HG changeset patch # User Omair Majid # Date 1390318037 18000 # Node ID 67d58773e96ed8b4653d0502f68306d9164fc3e7 # Parent c9a209ff2ee3fea2675dd9d8b7cc4b543ea5d463 Add more TODO items diff -r c9a209ff2ee3 -r 67d58773e96e TODO.md --- a/TODO.md Tue Jan 21 10:33:52 2014 -0500 +++ b/TODO.md Tue Jan 21 10:27:17 2014 -0500 @@ -1,9 +1,24 @@ Things To Do ============ +- Validate existing `thermostat-plugin.xml` files, with error markers pointing + to incorrect things. + +- Add validators for all fields where it makes sense + - Fix up dirty/stale states - Implement support for options/arguments +- Add some help information distinguishing between Commands and Extensions in + each page as well as the Overview page. + +- Modify the bundle loading dialog to be smarter. Offer auto-completion and + automatically identify bundle names from all open projects and dependencies, + as well as core thermostat bundles. + - There are lots of things to fix marked in the code with `TODO` and `FIXME` + +- Add support for creating multi-project plugin. Possibly make use of + maven archetype from `thermostat`.