Guillaume Desquesnes
Guillaume Desquesnes
[FileInput](https://api.haxe.org/sys/io/FileInput.html) extends [Input,](https://api.haxe.org/haxe/io/Input.html) but the document doesn't show the list of inherited methods. Works for the other class inheriting from Input.
Add the possibility to put trees, which can be folded, in a ListView. Tested on haxeui-html5 and haxeui-hxwidget (using Button instead of Label in the renderer see #137). I'll try...
Most of the styles of wxTextCtrl can only bet set on creation (especially on windows). This means that TextField is always single line with text wrapping and TextArea always multiline...
Make possible to toggle the style for wrapping and editing by replacing the widget by a new one with required styles (#11). Might require https://github.com/haxeui/haxeui-core/pull/133
In case future self / someone is motivated enough to fix them - `Type.T` get assigned to null in nodejs compiler, might be `.bind` related - Analzyer generate different typed...
It is possible to build on non buildable terrain (eg: water, ice) if it touch a walkable terrain. Destroying the building doesn't restore the previous terrain. It is also possible...