Alex Zhondin
Alex Zhondin
I have added development branch with `(void)_setmode (_fileno (stdout), _O_BINARY);` `(void)_setmode (_fileno (stderr), _O_BINARY);` code added. please check You can modify my changes or add needed code to get tests...
@GitMensch have you checked [development](https://github.com/lexxmark/winflexbison/tree/development) branch? Does this branch solve EOL problems in tests? Can we proceed further with tests adoption?
I will try to reproduce your problem and get back to you with possible solution.
I have created a new project, added win_flex_bison custom build rules and added some *.y file to project. There is an empty ExcludeFromBuild option there by default and I was...
Hi Andre, Thank you for such a warm words. > I want to replace the executables to another location on my disk. You could put whole winflexbison folder in any...
I only have VS2017 installed on my PC, so any modifications are tested under VS2017 with latest Qt version. I can accept any pull request that enables QntProperty for VS2013...
make it optional
@liupeiqiHN do you need any QScript substitute from qt6?
I think it will be some macro constant to conditionally remove QScript
Visual aspects of properties can be tuned by property delegates. For example for Float property we have [QtnPropertyDelegateFloat](https://github.com/qtinuum/QtnProperty/blob/c7f4dac31b3538b1c0bf3e5e3c1849828278d0e0/QtnProperty/Delegates/Core/PropertyDelegateFloat.h#L22) default delegate with min/max/step/suffix/multiplier/precision attributes which can be configured. To modify these...