qooxdoo / qxl.apiviewer

qooxdoo apiviewer app
https://qooxdoo.org/qxl.apiviewer
MIT License
5 stars 5 forks source link

source code formating #16

Closed oetiker closed 5 years ago

oetiker commented 5 years ago

I like adding little examples to my qooxdoo class jsdoc:

https://github.com/oposs/headerpuppet/blob/master/source/class/headerpuppet/HeaderPuppet.js#L20

when using <pre class="code"> indentation does not work |

hkollmann commented 5 years ago

This is an Compiler issue. The blanks are eaten by the Compiler:

let win = new qx.ui.window.Window(\"Table\").set({\nlayout : new qx.ui.layout.VBox(),\ncontentPadding: 0

hkollmann commented 5 years ago

done with https://github.com/qooxdoo/qooxdoo-compiler/pull/523