Bug 61598 - QT Editor word left/right editor function not stopping on all word boundries
Summary: QT Editor word left/right editor function not stopping on all word boundries
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdevelop
Classification: Applications
Component: QEditor (show other bugs)
Version: git master
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-24 01:38 UTC by Jon Smirl
Modified: 2006-03-16 21:35 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 Jon Smirl 2003-07-24 01:38:20 UTC
Version:           CVS (using KDE KDE 3.1)
Installed from:    RedHat RPMs

Given this snippet:

shmget(ctx->shared.hSAREA

start cursor out at EOL and hit word left
you get hSAREA as expected.
hit word left again, it jumps over the rest of the string.

I would expect this instead
hSAREA
shared.hSAREA
ctx->shared.hSAREA
shmget(ctx->shared.hSAREA

In other words (,),-> are word boundries.
Comment 1 Matt Rogers 2006-03-16 21:35:41 UTC
QEditor has been removed for KDevelop 4 and none of these bugs will be fixed 
between now and then.