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
It happens quite often then you copy some text and paste it within the same file, so CodeEdit crashes right away.
Then you reopen CodeEdit, so the same copy/paste action and CodeEdit crashes and closes again
To Reproduce
Copy some text in a cpp file.
Paste it in another place within the same cpp file.
CodeEdit crashes instantly and closes.
You reopen CodeEdit and you repeat the same copy/paste
CodeEdit crashes again and closes
Expected Behavior
CodeEdit should not fail on copy/paste
Version Information
CodeEdit: [0.3.2]
macOS: [14.1.2 (23B92)]
Additional Context
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Based on that crash report, this might be related to a recent recursion bug fixed in our text editor. I'll leave this open until that gets pushed to main and check back to see if that fixed your issue.
Description
It happens quite often then you copy some text and paste it within the same file, so CodeEdit crashes right away.
Then you reopen CodeEdit, so the same copy/paste action and CodeEdit crashes and closes again
To Reproduce
Expected Behavior
CodeEdit should not fail on copy/paste
Version Information
CodeEdit: [0.3.2]
macOS: [14.1.2 (23B92)]
Additional Context
Screenshots
No response
The text was updated successfully, but these errors were encountered: