[Bug 58112] Using Tools->Indent/Unindent doesn't work anymore.
Joachim Eibl
joachim.eibl at gmx.de
Sun May 4 16:41:03 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=58112
------- Additional Comments From joachim.eibl at gmx.de 2003-05-04 16:40 -------
Oh dear: The bug database removed all the indentation of the examples:
Here they are spaces replaced by "." to make it obvious.
e.g.
...for(i=m_optionItemList.begin(); i!=m_optionItemList.end(); ++i)
...{
......(*i)->apply();
...}
After pressing Ctrl-I the result is:
........for(i=m_optionItemList.begin(); i!=m_optionItemList.end(); ++i)
........{
........(*i)->apply();
........}
The relative indentation between two lines is lost.
I would expect this:
...........for(i=m_optionItemList.begin(); i!=m_optionItemList.end(); ++i)
...........{
..............(*i)->apply();
...........}
More information about the KDevelop-devel
mailing list