hlizard
hlizard
建议适配一下wine就行了
@royqh1979 有个基于Dev-C++的wxDev-C++(功能健全, 有文档, 但已停更), 要是能合并进来就实现了, 不过估计很难. http://wxdsgn.sourceforge.net/ https://tfetimes.com/wp-content/uploads/2015/11/ProgrammingwithwxDe.pdf
@royqh1979 你好, 调试时选中表达式, 鼠标放上去就能直接显示表达式对应的值, 这个功能我测试了还是没有实现(v6.7.3).
我倒希望一直保持已有的python2支持, 正规新项目选python 3是趋势, 但编写小工具应该有更灵活的选择。
@dbrattli I think we can use coconut: https://github.com/evhub/coconut/tree/develop https://coconut.readthedocs.io/en/latest/HELP.html#introduction " Welcome to the tutorial for the [Coconut Programming Language](http://evhub.github.io/coconut/)! Coconut is a variant of [Python](https://www.python.org/) built for simple, elegant, Pythonic...
Haxe 4.1.3 hxcpp 4.1.15 haxeui-core 1.1.1 haxeui-hxwidgets 1.1.0 hxWidgets 1.6.0
Yes, "trace" is also incorrect, but there is a PR in hxcpp to "trace", but it no for GUI, may be is diff. Other, I found the neko, hashlink target...
``` import haxe.ui.Toolkit; import haxe.ui.components.Button; import haxe.ui.containers.VBox; import haxe.ui.core.Screen; class Main { static function main() { trace("你好, 中国!"); trace("你好, 中国!".length); Toolkit.init(); var main = new VBox(); var button1 = new...
Test on Linux no problem! haxe=4.2.0 haxeui-core=1.2.2 haxeui-hxwidgets=1.2.1 haxeui_core=1.2.2 hxWidgets=1.7.1 hxcpp=4.2.1
@QJesus https://github.com/abeet/vue1-ie