X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=README.txt;h=87b096b33c0ef88d61f6fe5f13a409d63e369830;hb=8a6c49ff522108ab0fa2b24673887605b4c89148;hp=cc0e26741961bbe720f4f330adcfdeb4512c7d32;hpb=92e1cba5c6a61a72258cd2e71b3a7a38c2857e50;p=app.Builder.js diff --git a/README.txt b/README.txt index cc0e26741..87b096b33 100644 --- a/README.txt +++ b/README.txt @@ -11,7 +11,7 @@ It's kind of like Glade on steroids.. ---------------------------------------------------- Usage: -seed builder_run.js +seed gtkrun.js Builder -> create a project -> add a folder to the project @@ -22,15 +22,50 @@ Files are JSON data files at present.. Where it is.. * basic builder app runs - you can build a tree of elements making up a interface for roo and gtk. - +* listeners are created correctly. +* listeners with gtk prototypes +* Gtk properties that are enums - now show a combo selector.. +* application is used to write itself... +* Projects can be created and deleted (basically a directory) +* sourceview to uses spaces rather than tabs. (and autoindents..) +* Help view - load docs.. +* highlight in gtk preview - works but is klunky.. ----------------------------------------------------- -TODO -* listeners need to created correctly. +TODO (Gtk) +* Dialog buttons - need special rendering on preview. +* Icon-size (should be an enum...??) +* (Image|....??? ).stock - should be a list of stock icons.. +* fix pulldowns for types.. - it's a bit hap hazard with the delayed / loading of settings. +* packing - gather from methods to find out which match.. (including false) +* adding a file does not display on project tree straight awya.. * templates for elements... - eg. defaults for classic elements. * sort out add heirachy for Gtk.. +* Project Tree needs to work perhaps like a left hand popout. * make heirachy editor... -* use application to write itself... -* create output to JS ... +* new file = should specify type (eg. gtk window etc..) +* Help view - next/back.. url? +----------------------------------------------------- + +TODO (Roo) +* Support for baseURL.. ?? auth? - project properties.. + + +----------------------------------------------------- +Concepts + +Basically both Roo and JS are built using a tree of elements (tagged with xtype/xns) +sub elements always go in the items array.. +we have some special properties of elements, eg. + +*prop (a property of the parent) +xtype (element type) eg. Window / Button etc.. +|xns (namespace) = eg. Gtk/Roo etc. + +|**** anything starting with a pipe is raw data field rather than quoted.. + + +each element can have a property listeners which is where the listeners go... +