You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: