Bug 50608 - Control-Backspace does not delete a whole word
Summary: Control-Backspace does not delete a whole word
Status: RESOLVED WORKSFORME
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-12 16:19 UTC by Peter Kovac
Modified: 2002-11-30 23:58 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 Peter Kovac 2002-11-12 16:19:58 UTC
Version:            (using KDE KDE 3.0.4)
Installed from:    SuSE RPMs
Compiler:          Pre-compiled RPMs 
OS:          Linux

[Ctrl]-[Backspace] deletes one character at a time instead of deleting an entire word.  This function is fairly standard and is quite useful for chatting...
Comment 1 Martijn Klingens 2002-11-12 19:52:16 UTC
Subject: Re: [Kopete-devel]  New: Control-Backspace does not delete a whole word

On Tuesday 12 November 2002 16:20, Peter Kovac wrote:
> [Ctrl]-[Backspace] deletes one character at a time instead of deleting an
> entire word.  This function is fairly standard and is quite useful for
> chatting...

I didn't know about this keyboard combination, but indeed QLineEdit provides 
it. Quite handy!

Anyway, this feature only seems to exist in KLineEdit, and Kopete uses 
QLineEdit in most places, or QTextEdit for the multi-line version. Both of 
these don't have it.

I consider it a Kopete if we're not using KLineEdit, but if you want this in 
the multiline edits too you need to report this bug to TrollTech as a Qt bug.
Comment 2 Martijn Klingens 2002-11-30 23:58:54 UTC
This works for me in the current Kopete CVS, so I closed the bug.