[Bug 48884] New: go to { or } when you are next to } or {

Iuri F <[email protected]> 8 Oct 2002 17:20:37 -0000
Newsgroups gmane.comp.kde.devel.kate
Message-ID <[email protected]>
------- 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=48884     
           Summary: go to { or } when you are next to } or {
           Product: kate
           Version: unspecified
          Platform: Mandrake RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Version:            (using KDE KDE 3.0.7)
Installed from:    Mandrake RPMs

Kate on kde 3.1 beta2 have a nice feature that highlights { when you are with the cursor next to } and vice-versa, so you can see where a if/while/for is opened or closed very easily.

What I want is a option that moves the cursor for the other part, I mean, if you are at {, it should move you to the corresponding (if any) }, and vice-versa.

This would make programmers life much more easy when looking for missing or extra { and }.