Bug 159471

Summary: double click at an html address stops at '?'
Product: [Applications] konsole Reporter: Toralf Förster <toralf.foerster>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.6.6   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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 :-)