[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 92342] New: Source formatter inlines every line one more time more then the previous one
From:       kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de
Date:       2004-10-29 18:18:31
Message-ID: 20041029201830.92342.hceylan () biletix ! com
[Download RAW message or body]

------- 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=92342        
           Summary: Source formatter inlines every line one more time more
                    then the previous one
           Product: kdevelop
           Version: unspecified
          Platform: RedHat RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs kdevelop org
        ReportedBy: hceylan biletix com


Version:           3.3.0 (using KDE KDE 3.3.1)
Installed from:    RedHat RPMs
OS:                Linux

Hi,

Although not critical, I am having a problem with the source formatter. If there is a \
struct in the source then this gets screwed up. Because my English is not good enough \
to describe that problem I am gonna give an example right away...

This:

struct test
{
        int a;
        int b;

};


static struct test test_instance  = {
        .a = 1,
        .b = 2
};


> > > > becomes :

struct test
{
        int a;
        int b;

};


static struct test test_instance =
        {
                .a = 1,
                     .b = 2
                  };

I have recently started using the source formatter feature and it is clearly a killer \
feature. 

I would love to see it fixed. 

If you can give me some directions in the source code I, myself too try to fixed it.

Regards,
Hasan Ceylan


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic