|
|
|
@ -29,6 +29,7 @@ import com.fr.design.file.FileToolbarStateChangeListener;
|
|
|
|
|
import com.fr.design.file.HistoryTemplateListCache; |
|
|
|
|
import com.fr.design.file.HistoryTemplateListPane; |
|
|
|
|
import com.fr.design.file.MultiTemplateTabPane; |
|
|
|
|
import com.fr.design.file.NodeAuthProcessor; |
|
|
|
|
import com.fr.design.file.TemplateTreePane; |
|
|
|
|
import com.fr.design.gui.ibutton.UIButton; |
|
|
|
|
import com.fr.design.gui.ilable.UILabel; |
|
|
|
@ -755,8 +756,10 @@ public class DesignerFrameFileDealerPane extends JPanel implements FileToolbarSt
|
|
|
|
|
} |
|
|
|
|
String targetPath = FilenameUtils.standard(parentPath + CoreConstants.SEPARATOR + userInput); |
|
|
|
|
boolean success = selectedOperation.mkdir(targetPath); |
|
|
|
|
selectedOperation.refresh(); |
|
|
|
|
NodeAuthProcessor.getInstance().refresh(); |
|
|
|
|
DesignerFrameFileDealerPane.getInstance().refreshRightToolBarBy(null); |
|
|
|
|
this.dispose(); |
|
|
|
|
// 定位模板流程中刷新模板树
|
|
|
|
|
LocateAction.gotoEditingTemplateLeaf(targetPath); |
|
|
|
|
if (!success) { |
|
|
|
|
FineJOptionPane.showConfirmDialog(DesignerContext.getDesignerFrame(), |
|
|
|
|