This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Description
Steps to reproduce:
- Open a file that starts with an empty line and then the definition of a static array on the second line.
- Place the cursor after the opening or closing bracket of the array definition.
- Editor crashes.
Example:
1|
2| static int myArray[10];
3| // Some other code
If I have a file that starts like that and place the cursor after the [ or after the ], it crashes. Before the array definition there must be exactly one empty line. Log is attached.
CRASH_935955421.txt