mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: renaming .iml now syncs database #1151
git-svn-id: svn://ultimatepp.org/upp/trunk@8719 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
df53b620f3
commit
53d331d4cf
1 changed files with 2 additions and 0 deletions
|
|
@ -742,6 +742,8 @@ void WorkspaceWork::RenameFile()
|
|||
SaveLoadPackage(false);
|
||||
filelist.SetSbPos(s);
|
||||
filelist.SetCursor(i);
|
||||
if(GetFileExt(spath) == ".iml" || GetFileExt(dpath) == ".iml")
|
||||
SyncCodeBase();
|
||||
}
|
||||
|
||||
void WorkspaceWork::MoveFile(int d)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue