[Bug 61598] New: QT Editor word left/right editor function not stopping on all word boundries

Jon Smirl jonsmirl at yahoo.com
Thu Jul 24 01:39:02 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=61598     
           Summary: QT Editor word left/right editor function not stopping
                    on all word boundries
           Product: kdevelop
           Version: CVS
          Platform: RedHat RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: jonsmirl at yahoo.com


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.




More information about the KDevelop-devel mailing list