[Bug 82842] New: indent doesn't work correctly when using spaces instead of tabs

Stylez Daviz pol_potsmoker at gmx.de
Fri Jun 4 19:25:46 UTC 2004


------- 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=82842      
           Summary: indent doesn't work correctly when using spaces instead
                    of tabs
           Product: kdevelop
           Version: 3.0.3
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel kdevelop org
        ReportedBy: pol_potsmoker gmx de


Version:           3.0.3 (using KDE 3.2.2, Gentoo)
Compiler:          gcc version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)
OS:                Linux (i686) release 2.6.5-gentoo-r1

indent doesn't work as expected within the integrated editor in KDevelop:

I'm using tabsize=4 and spaces instead of tabs (insert 4 spaces)

if you try to indent things like this, using 2 tabs after the data type:

int         x;
float       y;
char        c;

the result is:

int        x;
float        y;
char        c;
   
even when using spaces insted of tabs, the indented position should alsways be a multiple of tabsize.




More information about the KDevelop-devel mailing list