Closed GoogleCodeExporter closed 9 years ago
That should e a simple fix:
In the IndentAction class at around lines 79:
[[[
for (String line : lines) {
sb.append('\t');
sb.append(line);
sb.append('\n');
}
target.replaceSelection(sb.toString());
]]]
You'll need to replace the first append with append of the proper spaces. I
think
there should be a method for that already. Just didn't touch that code for
ages now.
Wanna help in this?
Original comment by ayman.al...@gmail.com
on 1 Apr 2010 at 4:59
This will be committed soon.
Original comment by ayman.al...@gmail.com
on 19 Apr 2010 at 10:46
committed r125
Original comment by ayman.al...@gmail.com
on 19 Apr 2010 at 10:48
Original issue reported on code.google.com by
wadezieg...@gmail.com
on 4 Mar 2010 at 7:22