CodeEdit icon indicating copy to clipboard operation
CodeEdit copied to clipboard

Sometimes when you copy a text from an opened file and then paste it inside the same file, CodeEdit crashes completely and closes

Open victor-moga opened this issue 1 year ago • 2 comments

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

  1. Copy some text in a cpp file.
  2. Paste it in another place within the same cpp file.
  3. CodeEdit crashes instantly and closes.
  4. You reopen CodeEdit and you repeat the same copy/paste
  5. 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

victor-moga avatar Nov 10 '24 21:11 victor-moga

Error Report

Error Report.txt

victor-moga avatar Nov 10 '24 21:11 victor-moga

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.

thecoolwinter avatar Nov 16 '24 16:11 thecoolwinter

This should be fixed with the release of v0.3.5. I'm going to close this, please reopen if it still exists.

thecoolwinter avatar Jul 10 '25 14:07 thecoolwinter