jun7 / rox-filer

ROX file manager
24 stars 6 forks source link

history patch #163

Closed tryxan closed 6 years ago

tryxan commented 6 years ago

There is this patch for old ROX http://www.kerofin.demon.co.uk/rox/patch/#history-2.0.0 that I use and find very useful. I replaced 'Change to parent in real path' with 'change to previous directory', so it is super fast to navigate up and down directories just using the 'up' icon.

Just thought I would bring it up to you if you missed.

jun7 commented 6 years ago

Why that replace makes super fast up and down? I've thought history back is only useful on miss operation. What situation / scenarios makes history back useful?

tryxan commented 6 years ago

Well I don't have a specific case in mind but I know I use it a lot. Sometimes you have to go back somewhere and clicking 3 or 4 times on the same icon is way faster than clicking each folder one by one. Many things are multi-level organized, websites, sourcecode, cad projects... And other filers have it !

jun7 commented 6 years ago

I want to know specific cases. Without it, I just suggest to use recently visited menu or middle click the jump. It is too heavy work, because we have to memory scroll position and icon size or make some logic which messy.

tryxan commented 6 years ago

Oops Ok... did't even see the middle click jump ! that's exactly the same, nevermind...

jun7 commented 6 years ago

Anyway, thank you for reporting.