刘予顺

Results 10 comments of 刘予顺

修复vec问题是啥?

Shall we use another library instead of bgfx? Testing shows that it is not that stable as we think it is @harrynull

@eidheim I have reimplemeted the cmake support with Codeblocks Project Generators to get more accurate project information. This PR also contains minor refactoring and reformating[I have no exact idea of...

I am sorry but where is the clang-format configuration file?

PS: A detailed documentation can be found [here](https://cmake.org/cmake/help/v3.7/manual/cmake-server.7.html#manual:cmake-server(7)) on the official website

Well, cmake does not consider `compile_commands.json ` as part of the build system info, but just a generated file, so normally fetching such data will take a couple of seconds...

For older versions, if you want to get accurate information, there are two choices. One is to iterate through the trees by yourself and extract information form *.cmake files. A...

PS: I've just checked out the cmake support for qtcreator and discovered that it implemented both support for legacy versions with codeblock projects and newer versions with cmake server. But...

PPS: another possible implementation is by using CMAKE_TOOLCHIAN_FILES Write a toolchain file like this: ```cmake # Mark variables as used so cmake doesn't complain about them mark_as_advanced(CMAKE_TOOLCHAIN_FILE) function(juci_dump_target_info name) get_target_property(TGT_SRC...

How are things going on this issue? In the current 11.0.5 release the IME window position is still incorrect unless the text is scrolled to the top left position, and...