Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Add command to open folder in Explorer or extend/change the current one #9881

Open
ArkadiuszMichalski opened this issue May 17, 2021 · 0 comments

Comments

@ArkadiuszMichalski
Copy link
Contributor

Description of the Issue

There is no fast way to open some folder path in Explorer. Check belowe examples:

word1 C:\te|st\name word2
C:\te|st\name word2
word1 C:\te|st\name

Char | indicates the position of the cursor. In Edit > On Selection we have Open Containing Folder in Explorer command, but (as name suggest) it open containing folder for last folder (for above example will be test). This command is nice because we don't need select all path, we just need to put the cursor in the path. Unfortunately, the way to open the last folder is missing.

If new Open folder command is not taken into account, can the current behaviour for Open Containing Folder in Explorer be change, for example:

  • if we put last \ in path it open folder before this last \, for example C:\test\name\ will open name folder
  • or if there is no file after the last \, let open the last folder, not the folder containing it? So in path C:\test\name the name folder will be open. I believe the containing folder was intended for the file, not for the folder.

Debug Information

Notepad++ v7.9.5 (32-bit)
Build time : May 12 2021 - 01:14:05
Path : D:_test\NPPClean\notepad++.exe
Command Line : -multiInst
Admin mode : ON
Local Conf mode : ON
Cloud Config : OFF
OS Name : Windows 7 Ultimate (64-bit)
OS Build : 7601.0
Current ANSI codepage : 1250
Plugins : mimeTools.dll NppConverter.dll NppExport.dll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant