qooxdoo / qxl.apiviewer

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

Missing entries in the API viewer #42

Closed nxproject closed 4 years ago

nxproject commented 4 years ago

There seem to be discrepancies between the following API viewers:

https://archive.qooxdoo.org/5.0.2/api/#qx.ui.form.Button has the "execute" event, https://qooxdoo.org/qxl.apiviewer/#qx.ui.form.Button doesn't.

I also noticed it in the qx.ui.menu.Button page.

cboulanger commented 4 years ago

It looks like the API Viewer does not include events that are included by the qx.ui.core.MExecutable mixin. I don't know if this concerns only this particular mixin or if the problem is more general about Mixins not being properly included.

hkollmann commented 4 years ago

Done with https://github.com/qooxdoo/qooxdoo-compiler/pull/763