Bug 159471 - double click at an html address stops at '?'
Summary: double click at an html address stops at '?'
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.6.6
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-17 15:48 UTC by Toralf Förster
Modified: 2008-03-17 18:54 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster 2008-03-17 15:48:40 UTC
Version:           1.6.6 (using 3.5.8, Gentoo)
Compiler:          Target: i686-pc-linux-gnu
OS:                Linux (i686) release 2.6.24-gentoo-r3

Working at svn entries like that seen below could be improved if a double click at the http address would include the part "?id=1113" too:


Updated to revision 24665.
------------------------------------------------------------------------
r24664 | morriss | 2008-03-17 13:03:36 +0100 (Mon, 17 Mar 2008) | 1 line

There are several g_malloc()'d things hanging off ldasp_conv_info_t's so don't se_ alloc that structure but rather g_malloc() it and free it after we've freed the contents.  This fixes the LDAP part of the crash from http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1113
Comment 1 Robert Knight 2008-03-17 18:03:12 UTC
Hello,

1.  Click Settings -> Configure Konsole
2.  In the 'General' tab there is a Double Click box at the bottom of the dialog with an edit field to specify which characters are considered part of a word when double clicking.  Add '?' to this list.
3.  Click OK.

The query string will now be included when selecting a URL using a double-click.  In KDE 4 the default set of characters has changed slightly and includes '?'
Comment 2 Toralf Förster 2008-03-17 18:54:26 UTC
Thanks, I wasn#t aware of this configure setting :-)