-- What steps will reproduce the problem?
1. Open a C++ source file with qdevelop
2.
Issue 1:
The button "Indent selection" on toolbar can indent selected lines as
expected, but "Unindent selection" only unindents 1 space.
Issue 2:
Disable "Auto brackets" in "tools -> options... -> Editor", type the
following code EXACTLY character by character:
if (1)
{
something();
}
You'll see '}' is not aligned with '{'.
-- What is the expected output? What do you see instead?
For issue 1, I expect it unindents same length as it indents;
For issue 2, I expect } align with '{';
-- Please use labels and text to provide additional information.
I'm using revision 25
Original issue reported on code.google.com by Trent.Z...@gmail.com on 19 Oct 2006 at 10:16
Original issue reported on code.google.com by
Trent.Z...@gmail.com
on 19 Oct 2006 at 10:16