-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Leonid Turnaev edited this page Apr 28, 2016
·
23 revisions
- scala keyword escaping
-
type
(in package name) -
type
(param name) -
object
(param name) -
override
(param name) -
lazy
(param name) -
match
(method name)
-
- process empty mixin names. some generated examples:
with {
with with
- generate mixins as traits. fro example,
qx.locale.MTranslation
was generated as class!!! -
AbstractRequest._createTransport
returns package namerequest
by Qooxdoo API -
List.getSelection()
has return type different fromqx.data.Array
- generate
var
/val
for Qooxdoo properies - change qx.IMap to special trait
- break single generated file to one file for class