From kdevelop-bugs Sun Apr 30 13:49:56 2006 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Sun, 30 Apr 2006 13:49:56 +0000 To: kdevelop-bugs Subject: [Bug 126527] New: tools->align command could preserve Doxygen comments indentation Message-Id: <20060430154955.126527.greatbunzinni () gmail ! com> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306951109560 ------- 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=126527 Summary: tools->align command could preserve Doxygen comments indentation Product: kdevelop Version: 3.3.2 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: greatbunzinni gmail com Version: 3.3.2 (using KDE KDE 3.5.2) Right now when a C++ source file is treated with the "tools"->"align" command, the Doxygen comments which span multiple lines don't preserve it's common indentation. For example, if we have the following Doxygen comment: /** * Operations */ After the "allign" command is given, it looks like this: /** * Operations */ It would be nice if the allign command would preserve the relative indentation between Doxygen comment lines