77 static bool ShowRenameDialog(
const std::string ¤tName, std::string &newName);
95 static bool s_showScriptDialog;
96 static bool s_showRenameDialog;
97 static bool s_showFolderDialog;
98 static bool s_showDeleteDialog;
100 static std::string s_tempScriptName;
101 static std::string s_tempScriptType;
102 static std::string s_tempNewName;
103 static std::string s_tempFolderName;
104 static std::string s_tempDeleteItemName;
105 static bool s_tempIsDirectory;