-
Notifications
You must be signed in to change notification settings - Fork 722
Open
Description
Check for existing issues
- Completed
Describe the bug / provide steps to reproduce it
Sometimes, when editing an open file, the editor automatically appends part of the code to the end of the file. If I don’t notice it and save, it breaks the file.
Expected Behavior:
The code should remain exactly where I typed it. Example:
echo "Some original code";
return;
?>
Actual Behavior:
The editor duplicates/appends code at the end of the file:
echo "Some original code";
return;
?>ginal code";
return;
?>
Notes:
Happens random sometimes, but often.
Can break the file if not noticed before saving.
Environment
Android,. Latest acode apk
If applicable, add mockups / screenshots regarding your vision
If applicable, attach your Acode.log file to this issue.
Acode.log
Metadata
Metadata
Assignees
Labels
No labels
