View Issue Details

IDProjectCategoryView StatusLast Update
0000844Double CommanderLogicpublic2017-09-04 08:26
Reportervn971 Assigned ToAlexx2000  
PrioritylowSeveritytweakReproducibilityalways
Status closedResolutionfixed 
ProjectionnoneETAnone 
Platformany (tested on linux)OSany (tested on linux) 
Product Version0.5.8Product Build5390 
Target Version0.5.10Fixed in Version0.5.10 
Summary0000844: "parent" directory for deleted directories
Descriptionmake "go to parent directory" always succeed. Right now, if one deletes a parent directory, you cannot normally go anywhere from inside this tab.
Steps To Reproducecreate a directory "1"
go inside it
create a directory "2"
do inside it
delete directory "1" recursively (in another tab or anyhow).
inside the tab where you're in "2", jump to parent directory. It will fail.

This actually does happen in practice, very often for me. Right now I can't jump out of the current dir in any way than just to go to bookmark/root.
Additional InformationI see 2 possible behaviors that can be implemented.

First one is to add the _force_ ability to ChDir. Use it for "go to parent" command. If you were at a non-existent location "/a/b/c", then you will be at a non-existent location "/a/b".

Another option is to add "fallback" paths for changing directory command. This way, you can assign a following chain of folders to jump to: "/a/b/c/d", "/a/b/c", "/a/b", "/a", "/".
TagsNo tags attached.
Fixed in Revision5483,5507
Operating system
Widgetset
Architecture

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2014-02-28 14:38 vn971 New Issue
2014-03-21 23:57 Alexx2000 Assigned To => Alexx2000
2014-03-21 23:57 Alexx2000 Status new => assigned
2014-03-21 23:57 Alexx2000 Target Version => 0.6.0
2014-03-21 23:59 Alexx2000 Fixed in Revision => 5483
2014-03-21 23:59 Alexx2000 Status assigned => resolved
2014-03-21 23:59 Alexx2000 Fixed in Version => 0.6.0
2014-03-21 23:59 Alexx2000 Resolution open => fixed
2014-05-11 10:12 Alexx2000 Fixed in Revision 5483 => 5483,5507
2014-05-11 10:12 Alexx2000 Fixed in Version 0.6.0 => 0.5.10
2014-05-11 10:12 Alexx2000 Target Version 0.6.0 => 0.5.10
2017-09-04 08:26 Alexx2000 Status resolved => closed