ashkulz / NppFTP

Plugin for Notepad++ allowing FTP, FTPS, FTPES and SFTP communications
https://ashkulz.github.io/NppFTP/
321 stars 93 forks source link

Parent Directories don't refresh when navigating #349

Open nileplumb opened 1 year ago

nileplumb commented 1 year ago

Description of the Issue

I got used to a workflow where i would navigate with either the mouse or keyboard in the folder directory, tapping ener and having the parent folder or root refresh the FTP folders. This no longer occurs with latest version

Steps to Reproduce the Issue

  1. start connection to a subfolder eg /home/user/
  2. navigate to / with arrow keys, hit enter
  3. contents of / is not loaded

Expected Behavior

I expect contents of the parent folder highlighted in the directory tree to load when hitting enter on keyboard

Actual Behavior

No folders are loaded until manually click the (tiny) refresh button

chcg commented 1 year ago

@nileplumb What version of NppFTP and N++ do you use? Which kind of connection plain FTP, SFTP, FTPES, FTPS?

nileplumb commented 1 year ago

@chcg N++ 8.4.8 nppFTP 0.29.12 SFTP

I have a portable app version at work that still functions as it did previously, but i can't access that info version until Friday now at the earliest.

It hasn't been working as expected at home for some time now though so not like a latest update thing

nileplumb commented 1 year ago

Working at work on N++ 8.2.1 portable Nppftp 0.29.8

chcg commented 1 year ago

See also #353. Issue introduced with PR #329 in 0.29.9. Currently workaround via context menu -> refresh or refresh button is possible.