Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Editor crashes when editing first line in some cases #82

Closed
Shadowigor opened this issue Feb 24, 2021 · 0 comments
Closed

Editor crashes when editing first line in some cases #82

Shadowigor opened this issue Feb 24, 2021 · 0 comments
Assignees
Labels
bug Something isn't working fixed Bug fixed, waiting to be released

Comments

@Shadowigor
Copy link

Shadowigor commented Feb 24, 2021

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

@maxijabase maxijabase self-assigned this Feb 24, 2021
@maxijabase maxijabase added the bug Something isn't working label Feb 24, 2021
@maxijabase maxijabase added the fixed Bug fixed, waiting to be released label Feb 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working fixed Bug fixed, waiting to be released
Projects
None yet
Development

No branches or pull requests

2 participants