[qooxdoo-devel] New lines

2006-09-12 Thread Sebastian Werner
Hi! The --add-new-lines option is working again (with revision 4198). Just an ugly copy-paste error. Cheers, Sebastian - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with

Re: [qooxdoo-devel] New Lines

2006-08-18 Thread dperez
I've copied this wiki page to http://qooxdoo.org/documentation/howto/generator in order to separate pre/post 0.6 documentation. Andreas Ecker-2 wrote: > > please see the following documentation to add new lines (or even > separators indicating the corresponding JavaScript class file): > > htt

Re: [qooxdoo-devel] New Lines

2006-08-17 Thread Sebastian Werner
Hi Jim, try to replace all occourences of "--generate-compiled-script" to "--generate-compiled-script --add-ids --add-new-lines". Just choose your favorite text editor, change these lines in the Makefiles and ingore the others. Bye Sebastian Jim Hunter schrieb: > Not being a MAKE or Pytho

Re: [qooxdoo-devel] New Lines

2006-08-16 Thread Alex D.
it's just "make source" command in the "frontend/framework/" directory. After that you become a qz.js file that contains all "includes" like "

Re: [qooxdoo-devel] New Lines

2006-08-16 Thread Jim Hunter
Thanks for the patch but you and I are not using compatible versions of Subversion. Your patch file fails because it's in the wrong format for my version. It would be easier for me if you just sent over a copy of your generator.py file and I could look at it to see how the change was made.Thanks,J

Re: [qooxdoo-devel] New Lines

2006-08-16 Thread Derrell . Lipman
"Jim Hunter" <[EMAIL PROTECTED]> writes: > Not being a MAKE or Python guru, I haven't been able to figure out what file > needs altered in order to create a qx.js file with line feeds. The sample > page kind of expects you to be masters of MAKE and Python. Can you please > give me a little clue on

Re: [qooxdoo-devel] New Lines

2006-08-16 Thread Jim Hunter
Not being a MAKE or Python guru, I haven't been able to figure out what file needs altered in order to create a qx.js file with line feeds. The sample page kind of expects you to be masters of MAKE and Python. Can you please give me a little clue on how to apply the parameters listed in order to ma

Re: [qooxdoo-devel] New Lines

2006-08-16 Thread Andreas Ecker
Hi, Chris, please see the following documentation to add new lines (or even separators indicating the corresponding JavaScript class file): http://qooxdoo.org/documentation/user/generator#configuring_compression Bye, Andreas Chris Esler wrote: > I've been playing around with Namespaces, and

[qooxdoo-devel] New Lines

2006-08-16 Thread Chris Esler
I've been playing around with Namespaces, and I wanted to know how to generate the script with newlines instead of compressed. debugging is no good when everything is on one line. I tried to change enableNewLines in compile.py , but thats not working (as it had once before).Any tips would be apprec