THZrry

Results 11 comments of THZrry

Hello. I tried, compared my log file with other log files in other issues, and found something. First, environment variable, zed seems to search `PATH` and `Shell` variables in environment....

触摸有道理. 但滚动屏真的不是. 编辑器用像素滚动是真的能增加体验的,尤其是用触控板时.HbuildX也是QT写的, 我记得它就是像素滚动, 当然也有可能记错, 但是用像素滚动在流畅性还是观感上都远超桌面时代的按行滚动. 更何况vscode, sublime之类的已经用了, 技术上没有问题. 至于顶部半行,解决起来非常简单, 我用python tkinter就处理过这种问题, 半行就是没到顶,按像素处理就是可视区y大于0. 你是按行处理的思想来想的, 但这是多余的, 应该直接改成像素滚,不是单纯给滑动增加动画.

用了3.0以后,确实可以像素滚动了,但触摸板还是不行。希望作者能有时间更新一下

C++面向对象的public好像也是这样

好吧,也有可能是因为我一开始学的是python,养成了这种代码风格。但是还是希望小熊猫可以增加一个选项支持更多编程风格,就像if的大括号也是有人喜欢同一行有人喜欢换行;对于只有一行的语句也有人喜欢加括号有人不加(这点小熊猫支持的挺不错的) 比如增加一个“冒号后面的代码行增加缩进”,或者是“前面有空格时不改变缩进”之类的。 (还有就是为什么/**/会触发自动缩进,为了回车的检查吗

不过记得gcc里面case tag好像是可以跳转的,所以case也只是一个tag吗,如果要做是不是还要特判

If you have installed TinyCC you can use this to compile C files. So it's seemed that RedPanda-C++ can use any compiler in gcc-style argtypes. I think calling gcc in...

I am Chinese.I can provide Chinese(Simplified and Tranditional) translations.At the same time I'm a student,so I do not have plenty of time.Though,I think I can at least check translation files.Maybe...

Awsome. My translation for Simplified Chinese has almost been completed. It must covers over 90% strings now. See the image: ![zhcntranslate](https://github.com/SpartanJ/ecode/assets/140677303/b0b5cdc6-37a7-4751-8efd-b68e92ae70ca) Here's the translation file: [zh_CN.zip](https://github.com/SpartanJ/ecode/files/14469521/zh_CN.zip) Though I spent not...

That seems good. But how I can merge translation files? Using git? Or this project can setup a crowdin page? I don't know much on this.