Summary: | strip new line character from URL on paste automatically | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Maciej Pilichowski <bluedzins> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | kde, kollix |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/4a6e5ee19b03f1a802d33890b75265afb2206e22 | Version Fixed In: | 4.9.1 |
Sentry Crash Report: |
Description
Maciej Pilichowski
2008-03-09 11:54:23 UTC
Nice idea. Still valid in 4.9.0. Patch is here: https://git.reviewboard.kde.org/r/106184/ Git commit 38fda3bf750d71266a16791bcdbcc782e3f15acb by Martin Koller. Committed on 26/08/2012 at 12:15. Pushed by mkoller into branch 'KDE/4.9'. strip line breaking characters from URL on text input This patch removes line-breaking chars when an URL is entered. Very handy if you paste URLs from e.g. an email which shows the complete URL broken into multiple lines. FIXED-IN: 4.9.1 REVIEW: 106184 M +15 -0 konqueror/src/konqcombo.cpp M +1 -0 konqueror/src/konqcombo.h http://commits.kde.org/kde-baseapps/38fda3bf750d71266a16791bcdbcc782e3f15acb Git commit 4a6e5ee19b03f1a802d33890b75265afb2206e22 by Martin Koller. Committed on 26/08/2012 at 12:15. Pushed by mkoller into branch 'master'. strip line breaking characters from URL on text input This patch removes line-breaking chars when an URL is entered. Very handy if you paste URLs from e.g. an email which shows the complete URL broken into multiple lines. FIXED-IN: 4.9.1 REVIEW: 106184 M +15 -0 konqueror/src/konqcombo.cpp M +1 -0 konqueror/src/konqcombo.h http://commits.kde.org/kde-baseapps/4a6e5ee19b03f1a802d33890b75265afb2206e22 |