Open GoogleCodeExporter opened 8 years ago
Thanks for the bug report. I can't reproduce this in the version of Gedit I
have here (3.2.6), so it must only occur in the later versions. I'll look into
it when I get access to a machine with a newer Gedit on it.
By the way, the reason the Gdk.KEY_Return is in there is so that if you do this:
function x() {<return>}
you get something like this:
function x() {
<cursor>
}
i.e. two new lines are inserted and the indentation is preserved. Does this
still work with your fix?
Original comment by kevin.mcguinness@gmail.com
on 13 Feb 2014 at 10:15
Original issue reported on code.google.com by
steffl.h...@gmail.com
on 13 Feb 2014 at 8:47