When I insert the seleted filename (and it contains spaces) pressing CtrlEnter, SS don't quote it. Really bad!
Moderator: this is not a bug, moved to the Feature Requests. Poll opened.
Bad FileName insertion (on Ctrl+Enter)
- crystalidea
- Posts: 205
- Joined: 09 Dec 2005, 15:13
- Contact:
-
- ALTAP Staff
- Posts: 5231
- Joined: 08 Dec 2005, 06:34
- Location: Novy Bor, Czech Republic
- Contact:
- crystalidea
- Posts: 205
- Joined: 09 Dec 2005, 15:13
- Contact:
-
- Plugin Developer
- Posts: 707
- Joined: 08 Dec 2005, 14:33
- Location: Prague, Czech Republic
- Contact:
IMHO the overhead of removing extra quotes in your example is gonna happen much rarely than the overhead of adding quites where needed - in most cases it is enough to provide just path-less filename.Jan Rysavy wrote:I don't like this idea. If I need to bring the path from inactive panel + file name from the active panel, I will get
"C:\long dir name""file name.txt"
instead of current
C:\long dir name\file name.txt
So I would rather insert the quotes myself.
I agree.Jan Patera wrote:IMHO the overhead of removing extra quotes in your example is gonna happen much rarely than the overhead of adding quites where needed
@ALTAP] How about an option in configuration? (I do know how much you like new configuration options.)
@everybody] What other disadvantages of automatic quoting you know of? I mean, why don't you want auto-quoting?
Ελληνικά rulez.
Have you ever noticed how Microsoft does filename expansion on the command prompt (using TAB or whatever shortcut key you configured)? Quote marks are added and removed as needed, E.g. "C:\Program Files"\+TAB gives "C:\Program Files\Altap" (note the backslash after the termination quote signe before expansion).
Granted, it uses only existing file and folder names, but even without that help it should be fairly easy to build a valid file system object name from the fragments given without surprising or annoying the user.
And I'd like to mention here, as is requested in other places already, than this type of command completion as well as the type used by the run dialog or explorer's address bar was a great enhancement for Salamanders command line as well as various other dialogs.
Granted, it uses only existing file and folder names, but even without that help it should be fairly easy to build a valid file system object name from the fragments given without surprising or annoying the user.
And I'd like to mention here, as is requested in other places already, than this type of command completion as well as the type used by the run dialog or explorer's address bar was a great enhancement for Salamanders command line as well as various other dialogs.
-
- ALTAP Staff
- Posts: 5231
- Joined: 08 Dec 2005, 06:34
- Location: Novy Bor, Czech Republic
- Contact:
It looks good! I didn't know that.SvA wrote:Have you ever noticed how Microsoft does filename expansion on the command prompt (using TAB or whatever shortcut key you configured)? Quote marks are added and removed as needed, E.g. "C:\Program Files"\+TAB gives "C:\Program Files\Altap" (note the backslash after the termination quote signe before expansion).