Bug 61598

Summary: QT Editor word left/right editor function not stopping on all word boundries
Product: [Applications] kdevelop Reporter: Jon Smirl <jonsmirl>
Component: QEditorAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED INTENTIONAL    
Severity: normal    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

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.