[Bug 61804] New: source code reformat does not indent the c++ includes on the left properly
tnagy
tnagy at eleve.emn.fr
Tue Jul 29 15:49: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=61804
Summary: source code reformat does not indent the c++ includes on
the left properly
Product: kdevelop
Version: unspecified
Platform: Unlisted Binaries
OS/Version: Linux
Status: NEW
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: tnagy at eleve.emn.fr
Version: gideon cvs kdevelop20030727 (using KDE KDE 3.1.1a)
Installed from: Unspecified Linux
Compiler: gcc 3.2
OS: Linux
The source code reformat does not align the c++ preprocessor declarations on the left properly.
For example the following declarations :
#include <iostream>
. #include <vector>
will not be aligned on the left like this after a source reformat :
#include <iostream>
#include <vector>
The user must do it by hand.
(I have seen this with the all the indentation modes : ansi, linux, gnu, java ...)
More information about the KDevelop-devel
mailing list