Following piece of in the method seems to be wrong.
String text = styledText.getText();
if (!text.endsWith("\n")) {
text = text.concat("\n");
}
In general, I think appendStyledText should be implemented by call to
inserStyledText (), otherwise it is tricky to keep these two methods consistent
Original issue reported on code.google.com by alex.tka...@gmail.com on 21 Jul 2009 at 9:27
Original issue reported on code.google.com by
alex.tka...@gmail.com
on 21 Jul 2009 at 9:27