brokenpoems
brokenpoems
in bloodshed Dev-cpp(ver 5.11) the struct will code completion end with ';' like this: ``` struct foo{ }; ``` but in the Embarcadero Dev-cpp(ver 6.2) the struct not end with...
### 请确保您已阅读以上注意事项,并勾选下方的确认框。 - [X] 我已经仔细阅读上述教程和 ["提问前需知"](https://forums.go-cqhttp.org/t/topic/141) - [X] 我已经使用 [dev分支版本](https://github.com/Mrs4s/go-cqhttp/actions/workflows/ci.yml) 测试过,问题依旧存在。 - [X] 我已经在 [Issue Tracker](https://github.com/Mrs4s/go-cqhttp/issues) 中找过我要提出的问题,没有找到相同问题的ISSUE。 - [X] 我已知晓并同意,此处仅用于汇报程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。(这些问题应当在 Discussion 板块提出。) ### go-cqhttp 版本 v1.0.0-rc3...
fix the #12 and #4 bug
原因: self.view.settings().get('syntax')关于此语言返回Package\包名\作者\Json(sublime).sublime-syntax Sol: 1. 判断formatted_code e.g: ``` if formatted_code != '': view.replace(edit, region, formatted_code) else: view.replace(edit, region, code) ``` 2. 修改getCFLang函数 ``` def getCFLang(self): lang = self.view.settings().get('syntax') # eg Packages/C++/C++.tmLanguage...