Typedef/scope operator in c++ header leads to line break after every other word. Also seems to happen in some cases where there are scope operators. Usually, this only inserts a lot of line breaks, but in addition to that, in several headers (all of which were affected by this problem but not always the other way around) it also deleted random / unknown parts of the code in the header on several occasions. Did not manage to reproduce this second part reliably (though it happened by accident again, later), because the exact code that triggered that part of the bug got lost / rewritten when I acidentally reformatted all the files in the project at once via context menu entry. Reproducible: Always Steps to Reproduce: typedef w::yummy<banana, apple<red>> stuff; class words { void why (meh); void foo (baaa); }; Actual Results: typedef w::yummy < banana, apple < red >> stuff; class words { void why (meh); void foo (baaa); }; Expected Results: neatly formatted code Have not been able to reproduce this with standalone astyle 2.05.1, but it happens in kdevelop 4.7.1 with "artistic style" set to the default "linux" (also various others, if not all). Marking this above "normal" severaty since code reformatting probably really should not be able to eat any printable characters... under any circumstances... ever... at all.
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!