mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Move cursor to new file (cm_EditNew)
This commit is contained in:
parent
2d5a7f2e6f
commit
e461d31fe7
1 changed files with 1 additions and 0 deletions
|
|
@ -3669,6 +3669,7 @@ begin
|
|||
end;
|
||||
FileClose(hFile);
|
||||
ActiveFrame.FileSource.Reload(ExtractFilePath(sNewFile));
|
||||
ActiveFrame.SetActiveFile(sNewFile);
|
||||
end
|
||||
else if FPS_ISDIR(Attrs) then
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue