mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 05:44:11 +02:00
commit
2fded5ab0c
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