mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Fix folder renaming
This commit is contained in:
parent
902c038227
commit
c545e4ed37
1 changed files with 7 additions and 0 deletions
|
@ -845,6 +845,13 @@ namespace IDE
|
||||||
|
|
||||||
childFileItem.OnRename(childFileItem.mPath, newChildPath);
|
childFileItem.OnRename(childFileItem.mPath, newChildPath);
|
||||||
|
|
||||||
|
String oldFullName = scope String();
|
||||||
|
mProject.GetProjectFullPath(childFileItem.mPath, oldFullName);
|
||||||
|
String newFullName = scope String();
|
||||||
|
mProject.GetProjectFullPath(newChildPath, newFullName);
|
||||||
|
|
||||||
|
IDEApp.sApp.FileRenamed(childFileItem, oldFullName, newFullName);
|
||||||
|
|
||||||
childFileItem.mPath.Set(newChildPath);
|
childFileItem.mPath.Set(newChildPath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue