|
|
|
@ -36,10 +36,10 @@ public class VcsCloseTemplateHelper {
|
|
|
|
|
* |
|
|
|
|
* @param path 对应模板路径 |
|
|
|
|
* @param isCurrentEditing 是否是正在编辑的模板 |
|
|
|
|
* @param dialog 生成的新版本管理的详情面板的父面板 |
|
|
|
|
* @param parent 生成的新版本管理的详情面板的父面板 |
|
|
|
|
*/ |
|
|
|
|
public static void checkTemplateSavedAndShowVcsNewPane(String path, boolean isCurrentEditing, BasicDialog dialog, VcsNewPane pane) { |
|
|
|
|
VcsNewPaneWrapper wrapper = new VcsNewPaneWrapper(path, dialog, pane); |
|
|
|
|
public static void checkTemplateSavedAndShowVcsNewPane(String path, boolean isCurrentEditing, BasicDialog parent, VcsNewPane pane) { |
|
|
|
|
VcsNewPaneWrapper wrapper = new VcsNewPaneWrapper(path, parent, pane); |
|
|
|
|
for (JTemplate jTemplate : HistoryTemplateListCache.getInstance().getHistoryList()) { |
|
|
|
|
if (ComparatorUtils.equals(jTemplate.getEditingFILE().getPath(), path)) { |
|
|
|
|
if (!jTemplate.isALLSaved()) { |
|
|
|
|