|
|
@ -918,7 +918,7 @@ public class DesignerFrame extends JFrame implements JTemplateActionListener, Ta |
|
|
|
if (tplFile instanceof FileFILE) { |
|
|
|
if (tplFile instanceof FileFILE) { |
|
|
|
fullName = tplFile.getPath(); |
|
|
|
fullName = tplFile.getPath(); |
|
|
|
} |
|
|
|
} |
|
|
|
fullName = OperatingSystem.isMacOS() ? fullName.replaceAll("\\\\", "/") : fullName.replaceAll("/", "\\\\"); |
|
|
|
fullName = OperatingSystem.isWindows() ? fullName.replaceAll("/", "\\\\") : fullName.replaceAll("\\\\", "/"); |
|
|
|
int index = HistoryTemplateListPane.getInstance().contains(fullName); |
|
|
|
int index = HistoryTemplateListPane.getInstance().contains(fullName); |
|
|
|
if (index != -1) { |
|
|
|
if (index != -1) { |
|
|
|
this.activateJTemplate(HistoryTemplateListPane.getInstance().getHistoryList().get(index)); |
|
|
|
this.activateJTemplate(HistoryTemplateListPane.getInstance().getHistoryList().get(index)); |
|
|
|