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

Editor crashes when editing first line in some cases #82

@Shadowigor

Description

@Shadowigor

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfixedBug fixed, waiting to be released

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions