README.txt
[app.Builder.js] / README.txt
index aaa52b1..b29c4fa 100644 (file)
@@ -30,7 +30,7 @@ Where it is..
 * sourceview to uses spaces rather than tabs. (and autoindents..)
 * Help view - load docs..
 * highlight in gtk preview - works but is klunky..
-
+* Support for extra code in Roo HTML is done by "Set extra HTML in rendere"
 -----------------------------------------------------
 
 TODO (Gtk)
@@ -49,14 +49,14 @@ TODO (Gtk)
 -----------------------------------------------------
 
 TODO (Roo)
-* Support for baseURL.. ?? auth? - project properties..
+* file properties - title, parent etc..
 
 -----------------------------------------------------
 
 Thoughts...
-* Widget definition files..
+* Widget definition files.. (to replace our 'Usage.txt' files)
 -> defaults  { ... }
--> onAddTo(name_of_parent, cfg) { modifies defaults.. }
+-> onAdd(name_of_parent, cfg) { modifies defaults.. }
 -> validParents : [ .... ]
 -> validChildren???: [ .... ]