sonygod / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

ExtJs mode improvements #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Support OmitDefaultConstructor
Fix base ctor calls and base method calls:
this.callParent(arguments)

Original issue reported on code.google.com by DanelK...@gmail.com on 26 Mar 2012 at 7:38

GoogleCodeExporter commented 9 years ago

Original comment by DanelK...@gmail.com on 27 Mar 2012 at 3:55

GoogleCodeExporter commented 9 years ago
the base method call is ok, but the base constructor call is still incorrect.

v4.24.7000

(I tried online at http://sharpkit.net/Live.aspx)

Original comment by tetk...@mail.ru on 27 Mar 2012 at 4:34

GoogleCodeExporter commented 9 years ago
Right, thanks, although now, default constructor is omitted by default in ExtJs 
mode, so you can simply not write it at all. I'll re-open this issue until it's 
complete

Original comment by DanelK...@gmail.com on 28 Mar 2012 at 7:30

GoogleCodeExporter commented 9 years ago
Fixed in SharpKit 5

Original comment by DanelK...@gmail.com on 6 May 2012 at 2:49