1. 安装Xcode 通过App store或者下载安装Xcode. 安装完成之后,最好启动一下Xcode,否则可能会报"Error:The C compiler "/usr/bin/cc" is not able to compile a simple test program."之类的问题. 2. 安装Clion 官网:https://www.jetbrains.com/clion/ 3.启动Clion 启动Clion之后,会自动配置Xcode的C编译环境. 4…
先看:LanguageProvider.cs 中几个主要方法 1.读取默认语言 附user.ini文件: 2.获取语言类型 附LanguageType.xml 3.读取语言资源 附: 看ILanguageSupport.cs文件: 内容: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespac…