Summary: | default names of new folders have a space in them | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | mtz.inc .. <codenamed004> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | markg85 |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 4.6.0 | |
Sentry Crash Report: |
Description
mtz.inc ..
2010-05-09 22:18:42 UTC
I think this is somewhat user specific.. I for instance want my folder names to just look good (with spaces) and just bear with the pain in the console. However, i will try to make a patch for this that adds a checkbox in the Bahavior tab (Configure dolphin -> General -> Behavior) along the lines: [ ] New files and folders with underscores instead of spaces default unchecked. When checked spaces will be replaced by underscores. I do think the behavior should change anyway since right now you have both a underscore and a space : "New Folder_1" When the above option is unchecked it should be: "New Folder 1" When checked it should be: "New_Folder_1" @Mark: Please don't make an option for such minor things, let's decide for one consistent naming approach instead ;-) From a Dolphin point of view I'd prefer having just spaces, as the target user group of Dolphin does not deal a lot with the terminal. However the code that suggests this name is outside the Dolphin code, so the final decision for this is not on my side, but on the corresponding maintainer. I'd suggest posting a patch to reviewboard.kde.org, so that it can be decided by the maintainer of the code what should go in (I think it is David Faure, but I did not check this yet). Before posting it to the reviewboard, feel free to send it to me per e-mail before if you want. Thanks! SVN commit 1170488 by ppenz: Use "New Folder 1" instead of "New Folder_1" when suggesting a name for an already existing directory (see reviewboard.kde.org/r/5160). Thanks to Mark for the patch! BUG: 237022 FIXED-IN: 4.6.0 M +6 -5 renamedialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1170488 |