From 7230275d3a0305e7bb9495c07d5fc4790e88a16a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 23 Aug 2011 12:50:16 +0800 Subject: [PATCH] JSDOC/RooFile.js --- JSDOC/RooFile.js | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/JSDOC/RooFile.js b/JSDOC/RooFile.js index 955751b..bff3ba4 100644 --- a/JSDOC/RooFile.js +++ b/JSDOC/RooFile.js @@ -13,6 +13,13 @@ Collapse = imports.Collapse.Collapse; * * - Pman.Tab.* appears to work. * .. next up ..Dialog... + * + * + * + * Current issues: + * - xtype is combined on generated files. (not xns + xtype) + * - listeners are prefixed with '|' ... + * * */ @@ -58,7 +65,12 @@ RooFile = XObject.define( - // perfect for dialogs... + + + + + + // perfect for dialogs... - is this our 'generic, non-pman code?' var pos = this.lookFor( 'function'); @@ -487,7 +499,9 @@ RooFile = XObject.define( }, - + /** + * convert a function call token array back into a string + */ expand: function(ar) { var ret = ''; @@ -501,6 +515,11 @@ RooFile = XObject.define( }, + + /*** + * change the indentation on a function + * + */ clean_body : function(str) { var lns = str.split("\n"); -- 2.39.2