[racket-dev] Re: how to read racket source in visual studio?

2020-08-21 Thread SpicesEx
I‘m sorry,I has find the answer in readme.txt ,I should read more carefully before asking question, please delete this question.. ``` Traditional Racket implementation's CGC variant can be built and debugged using visual Studio solutions and project. (See "..\racket\README.txt" for information on

[racket-dev] how to read racket source in visual studio?

2020-08-21 Thread SpicesEx
I executed the build.bat command in C:\Users\xx\Desktop\racket\racket\src\worksp according to the instructions of the readme.txt, and everything ran normally, and racket.exe and other things were successfully generated. When I want to read the source code, I found three *.sln files in C:\U

Re: [racket-dev] Does DrRacket consider adding IME support?

2020-08-04 Thread SpicesEx
it >>> >>> shaoxiong li 于2020年7月31日周五 上午11:43写道: >>> >>>> yes!thanks for reply >>>> >>>> Sorawee Porncharoenwase 于2020年7月31日周五 上午2:24写道: >>>> >>> I want to make sure I understand you correctly. >>>>> >

[racket-dev] Does DrRacket consider adding IME support?

2020-07-30 Thread SpicesEx
Does DrRacket consider adding IME support? What I mean is that when using input methods such as Microsoft Pinyin to input Chinese, the candidate box will move with the movement of the cursor instead of being fixed on a corner of the screen. Like done here https://github.com/chikatoike/IMESupport