lc-soft / LCUI

C library for building user interfaces
https://lcui-dev.github.io
MIT License
4.15k stars 357 forks source link

fix #36 #175

Closed ArcticLampyrid closed 5 years ago

ArcticLampyrid commented 5 years ago

IssueHunt Summary ### Referenced issues This pull request has been submitted to: - [#36: Improve input method support for windows [$20]](https://issuehunt.io/repos/5293802/issues/36) --- IssueHunt has been backed by the following sponsors. [Become a sponsor](https://issuehunt.io/membership/members)
lc-soft commented 5 years ago

Can you upload screenshots ?

ArcticLampyrid commented 5 years ago

I'm sorry that I don't know much about the code structure of this project. I have pushed a new version to implement SetCaret by using a normal IME method. Plus: Can I use Chinese here?

lc-soft commented 5 years ago

能用中文就用中文,整英文反而增加沟通成本。

ArcticLampyrid commented 5 years ago

(PR updated)

lc-soft commented 5 years ago

@1354092549 效果图发一下,最好是 gif 屏幕录像,windows 系统可以用 ScreenToGif 录制。

ArcticLampyrid commented 5 years ago

GIF 另外考虑一下布置cpplint之类的检查器?

lc-soft commented 5 years ago

另外考虑一下布置cpplint之类的检查器?

现在用的是 clang-format

ArcticLampyrid commented 5 years ago

现在用的是 clang-format

clang-format貌似不包括 命名检查?

lc-soft commented 5 years ago

clang-format貌似不包括 命名检查?

@1354092549 是的,只是个格式化工具,没检查功能。