Skip to content

[urgent] Random code duplication at the end of file. #1735

@uncodelab

Description

@uncodelab

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

Image

If applicable, attach your Acode.log file to this issue.

Acode.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions