๐ App crashes when pressing the delete key after typing incorrect code
Opened this issue ยท 0 comments
feroz-hub commented
Description
I encountered an issue in CodeEdit where the app crashes when attempting to delete incorrect code. Specifically, after typing a piece of incorrect code, if I try to delete it using the delete key and retype the correct code, the app unexpectedly closes.
To Reproduce
- Open CodeEdit and create a new file.
- Type a piece of incorrect code (e.g., a syntax error).
- Attempt to delete the incorrect code using the delete key.
- Observe that the application crashes and closes unexpectedly.
Expected Behavior
Expected Behavior:
The application should allow me to delete the incorrect code and type the correct one without crashing.
Actual Behavior:
The app closes immediately upon pressing the delete key.
Version Information
CodeEdit: Version 0.3.3-alpha (44)
macOS: Version 15.2 (24C101)
Xcode: Not Installed
Additional Context
This issue makes it difficult to correct code errors, significantly affecting usability. Let me know if logs or additional details are needed to troubleshoot further.
Screenshots
No response