#4708 closed Feature request (duplicate)
Windows "Open With..." list in Local
Reported by: | Zex | Owned by: | |
---|---|---|---|
Priority: | low | Component: | FileZilla Client |
Keywords: | open with context dialog windows explorer folder, file-association | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | Windows XP Professional |
Description (last modified by )
Greetings,
Excellent application, but it's really painful not to be able to right-click local files and open them in my favorite applications. The "Edit" command usually starts the wrong application. What is needed is "Open With..." dialog like in other Windows apps. Or at least "Explore this folder" to open the folder in Windows Explorer (so I can use it's context menu).
Here's how to display standard "Open With..." dialog for file named "filename" in Windows:
ShellExecute (0, "open", "rundll32.exe", "shell32.dll,OpenAs_RunDLL filename", NULL, SW_SHOW);
For more details about "Open with" dialog check out this article:
http://support.microsoft.com/kb/192352
Thanks for your time and for making this fantastic application.
CroMan
Change History (4)
comment:1 by , 15 years ago
Priority: | normal → low |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
comment:2 by , 14 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
Yup, I vote for that too. When we set the selected extension with more than one editor, it would show up the "Open With" and the name of the editors to pick that are assigned to the selected extension file in the "Filetype associations" settings.
Sometimes you want to open in a editor that you get to compare files, other in other editor to translate files and so on. An "Open With" when right-clicking is a must have in FZ. ;0)
comment:3 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
This is a duplicate of #3696.
comment:4 by , 9 years ago
Description: | modified (diff) |
---|---|
Keywords: | file-association added |
Thanks for not using the search function.
#3696