0 Star 2 Fork 1

Cadaqs/XStudio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ProjectPropInterface.xcsm 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
Cadaqs 提交于 2020-11-28 21:28 . 9233
interface ProjectPropInterface{
bool setValue(Project object, Configure configure, String key, String value);
String getValue(Project object, Configure configure, String key);
bool build(IBuilder builder, Project object, Configure configure, Object param);
void cleanup(IBuilder builder, Project object, Configure configure);
void debugRun(IBuilder builder, Project proj, Configure conf);
void Run(IBuilder builder, Project proj, Configure conf);
void stopRun();
String generateMake(Project object, Configure configure);
bool create(WizardLoader loader, String projectName, String projectDir, String uuid, Project object, bool isAddToProject, String userType);
JsonObject getProperitiesConfigure();
Stream createDebugPipe(String host, int ip);
Stream getDebugPipe();
IXIntelliSense allocIntelliSense(Project project, Configure cfg);
String [] generatorCompArgs(Project object, Configure configure, String sourfile);
ICompileInfo parseOutputLine(QScintilla sci, int position, int line, String lineText);
void stopBuild(IBuilder builder);
void onProjectSettingChange(Project object);
IXPlugin getXPlugin();
void customDebug();
String getDebuggeeDescription();
JsonArray getExternLibs(Configure);
String getFileExtensionFilter();
@NotNilptr String map_variable(Project object, @NotNilptr Configure configure,@NotNilptr String text) ;
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/ixlang/XStudio.git
[email protected]:ixlang/XStudio.git
ixlang
XStudio
XStudio
master

搜索帮助