Sebastian,
I've taken a quick view in generator.py, where I have to patch.
Is this line (# 1219 in generator.py), the responsible of creating the
compiled script?
compiledFileContent = compiler.compile(loader.getTree(fileDb, fileId,
options), options, options.addNewLines, options.verbose)
T
dperez schrieb:
> Hi,
>
> In order to facilitate debugging support, when the --add-new-lines switch is
> given, I would place a new line after a "{" and not e.g. after a ",". In
> this way I could place breakpoints more precisely. The rule would be a
> statement per line.
>
> Example snippet:
>
Hi,
In order to facilitate debugging support, when the --add-new-lines switch is
given, I would place a new line after a "{" and not e.g. after a ",". In
this way I could place breakpoints more precisely. The rule would be a
statement per line.
Example snippet:
qx.Class.define("qx.ui.toolbar.