📄 getworkingproject.pgl
字号:
<%@ import="com.urbancode.anthill.ProjectProperties" %><%@ import="com.urbancode.anthill.adapter.*" %><% ProjectProperties pp = (ProjectProperties)context.get("Properties");ProfileRepositoryAdapter ra = (ProfileRepositoryAdapter)context.get("Adapter");String branchName = pp.getProperty(MKSIntegrityRepositoryAdapter.BRANCH_KEY);String projectFile = pp.getProperty(MKSIntegrityRepositoryAdapter.PROJECT_FILE);String branchStr = "";if ((branchName != null) && (!branchName.trim().equals(""))) { branchStr = "\"-r" + branchName + "\"";}%><%@ include="Win32/win_integrity/getCommandInit.pgl" %> pj co -P"<%=projectFile%>"<%= branchStr %> -R -f *
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -