assume that . means space, and ^ means cursor position
to reproduce:
- type
..size(400,400);^.
- press enter
- in the next line you get
.^. (imho the result should be either ..^. or ..^
you might wonder how one ends up with the cursor before the space as in (1). well, it happens all the time if you use cmd+right to jump to the end of the line, which actually jumps to the last non space character. pressing enter there results in this bug.
because i'm in the habbit of ending my lines with "; " the ide is one formatting nightmare for me.
ps. i think this bug has been in processing for quite a while.
assume that
.means space, and^means cursor positionto reproduce:
..size(400,400);^..^.(imho the result should be either..^.or..^you might wonder how one ends up with the cursor before the space as in (1). well, it happens all the time if you use cmd+right to jump to the end of the line, which actually jumps to the last non space character. pressing enter there results in this bug.
because i'm in the habbit of ending my lines with "; " the ide is one formatting nightmare for me.
ps. i think this bug has been in processing for quite a while.