X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=README.txt;h=f912c7325e59a1b095e2ec800ab6f98806017f91;hp=7b08fa53ce7b288c9b908f4f0cfa7be4b1950c94;hb=HEAD;hpb=abd60666c82cf1fd5ce5ef131121c887a9f3f932 diff --git a/README.txt b/README.txt index 7b08fa53c..f912c7325 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 @@ -25,41 +25,67 @@ Where it is.. * 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.. +* Support for extra code in Roo HTML is done by "Set extra HTML in rendere" + ----------------------------------------------------- -WHAT'S NEEDED SO ALL DEV CAN BE DONE USING IT.. -* Write files 'save' feature.. - - Needs to prevent us 'breaking' stuff.... - - Simple version... - Write to 'XXXX.js' - that is all that is really needed?!?! -* Add support for subfiles..? - eg. the dialogs etc... - - in our sample file 'Sample/builder.js' (would be generated) - - this includes Builder/Provider/..... - for all the model code - M/(VC) - - this becomes problematic for Sample/StandardErrorDialog.js ???? - - ?? unless the 'run file is a merge of the whole lot!!?? - - ?? we could use '/' as an id to force registration (since we do not use sandbox anymore.. - this should be ok) -* Add better test-time runner ... basically use source files, rather than generated ones.. - - Will not work!!?! - due to any use of __script_path__ and complexities with { '|prop': Gtk.XXXX.YYYY } +INSTALL +GTK3 + +git clone git://github.com/roojs/app.Builder.js.git +cd app.Builder.js +git clone git://github.com/roojs/gir-1.2-gtk-3.4.git gir-1.2 +cd gir-1.2 +sh install-girs.sh +** This file may need running as root if sudo fails.. +cd .. + +seed gtkrun.js Builder3 + - -TODO -* change sourceview to use spaces rather than tabs. +----------------------------------------------------- + +TODO (Gtk) +* Tables are not rendering first time round.. +* 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) -* order of palete needs fixing. -* support user functions/properties.. * adding a file does not display on project tree straight awya.. -* calculate mouseover for rendered view of Gtk preview. -* create output to JS ... * 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... -* Help view - load docs.. +* new file = should specify type (eg. gtk window etc..) +* Help view - next/back.. url? +----------------------------------------------------- + +TODO (Roo) +* file properties - title, parent etc.. + +----------------------------------------------------- + +Thoughts... +* Widget definition files.. (to replace our 'Usage.txt' files) +-> defaults { ... } +-> onAdd(name_of_parent, cfg) { modifies defaults.. } +-> validParents : [ .... ] +-> validChildren???: [ .... ] + +* how to handle stuff like GtkTable.. - + - needs cols,rows in constructor. + - child properties do not appear to work? -- investigate? + +* XObject - Use Buildable interface??? + +* Preview area - use glade widgets? ----------------------------------------------------- Concepts