Summary: | "Replace..." does not work when trying to rename a file | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | boogiepoph |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.2 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/a16562cd55199e1daee496019cbea7496554624b | Version Fixed In: | 4.10.3 |
Sentry Crash Report: |
Description
boogiepoph
2013-04-03 08:53:29 UTC
Thanks for the bug report. The problem is the following: as soon as the "rename inline" line edit loses focus (which happens when the "Replace" dialog pops up), the renaming is considered finished. Therefore, the changes in the text which are done via "Replace..." are lost. In other words: it's impossible to fix this with the current design. IMHO, we should find a way to remove the "Replace..." entry from the context menu. Thanks a lot for the fast answer :D. I hope there is some other way to implement some kind of complex renaming of files for Dolphin, although I guess there already are already other tools better suited for that. Git commit a16562cd55199e1daee496019cbea7496554624b by Frank Reininghaus. Committed on 23/04/2013 at 19:31. Pushed by freininghaus into branch 'KDE/4.10'. Disable Find/Replace in the "rename inline" line edit These actions do not work correctly because renaming is considered finished as soon as the line edit loses focus, which happens when the "Replace" dialog pops up. FIXED-IN: 4.10.3 M +1 -0 dolphin/src/kitemviews/private/kitemlistroleeditor.cpp http://commits.kde.org/kde-baseapps/a16562cd55199e1daee496019cbea7496554624b |