Forum Discussion

MartinSpamer's avatar
MartinSpamer
Frequent Contributor
13 years ago

Down Cursor bugged.

In the Groovy script editor:
If the cursor is at 0, i.e. before the first character.
Press down arrow.
Cursor moves down 1 line but advanced right by 1 characer to ly between the first and second characters.

1 Reply

  • MartinSpamer's avatar
    MartinSpamer
    Frequent Contributor
    Additional info:

    This occurs when preceding white space indent is a mixture of space and horizontal tabs e.g

    | = Curser

    |<space><tab>// blah blah
    <space><tab>// blah blah
    // blah blah

    press down, and cursor also advances one character

    |<space><tab>// blah blah
    |<tab>// blah blah
    // blah blah