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

List:       kdevelop-bugs
Subject:    [Bug 126527] New: tools->align command could preserve Doxygen comments indentation
From:       kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de
Date:       2006-04-30 13:49:56
Message-ID: 20060430154955.126527.greatbunzinni () gmail ! 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=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:
<comment>
    /**
     * Operations
     */
</comment>

After the "allign" command is given, it looks like this:
<comment>
    /**
         * Operations
     */
</comment>


It would be nice if the allign command would preserve the relative indentation \
between Doxygen comment lines


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

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