Wzshun

Results 11 comments of Wzshun

A few days passed, is it impossible to get the after changed target on Changed_Handler? If so, I have to blaze a new trail.

> [This](https://stackoverflow.com/questions/9611682/flexlexer-support-for-unicode) discussion may help you I have checked it, but I means that the problem maybe in my Visual Studio 2013 settings which i don't know what will impact...

@haplokuon I want to know the affect order for Insert 's base position, scale and rotation when them are applied to affine matrix. When deal with exploding Insert, is it...

Could you tell me if it's been fixed? or How can i to fix it. It seems that the `quazip` extract file by copy data, but doesn't handle file attributes?

Hi For now, I need to make a flowchart with input arguments for my backend sevices. But I just need a static flowchart, without node item moving, editing, reconnecting etc(so...

I'm sorry for my poor English. I just want to achieve a designer with nodeeditor: ![image](https://user-images.githubusercontent.com/28428877/105949180-3df1e500-60a7-11eb-90d2-b73d90d47436.png) In the reply above, there are comments in the code that nodeeditor maybe lack...

我也同样希望有一个选项,可以仅安装二进制文件,而不是部署库模式。 虽然可以通过每个库去设置`add_headerfiles("", {install = false})`,去移除不必要的头文件,但在大工程里,每个库都要去这样设置显然是有点多余。此外lib文件夹的部署,似乎没有选项去控制。 所以还是希望形如`xmake install --bin`,这样的入参,仅部署可执行文件和其依赖的库。 此外,还希望xmake能够支持增量式拷贝。如`windows的robocopy` 和 `linux的rsync`,在部分工程可能需要拷贝多个大资源时,部署需要花费不少时间。

I have make a fork that without boost, but it doesn't test since the test unit is under boost. So it can't be a pr, but I wish someone need...

Sorry, I don't want to install boost in my computer, since lack of storage... You could test it and make it as one branch, i saw there are someone have...

不是使用xrepo里的Qt包,而是环境里 已有预编译好的交叉编译版本的Qt。 现在用xmake在开发机环境中,开发目标板的gui,需要给xmake 指定Qt sdk。按理说这样就可以了的,并不会太多工作? 目前是 `qmake -query` 返回的 带“/get”的路径,但确实是我想要路径,没太明白是什么含义。。。