Skip to content

Wrapped lines no longer preserve indentation (Regression) #2504

Description

@radenrudun

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

Hi! First of all, thanks for the recent updates.

I noticed that in older versions of Acode, wrapped lines automatically preserved the indentation of the original line. This made long JavaScript, JSON, and TypeScript code much easier to read.

In the latest version, wrapped lines start from the left margin instead of following the indentation level.

Old behavior:
const response = await
fetch("https://api.example.com");

Image

Current behavior:
const response = await
fetch("https://api.example.com");

Image

This appears to be a regression, since previous versions handled wrapped indentation correctly.

Could this behavior be restored, or could an option such as "Wrapped Line Indent" / "Indented Soft Wrap" be added in the editor settings?

Thank you!

Environment

Apk Version: 1.12.6
Android Version: 15
Android System Webview: 150.0.7871.46

If applicable, add mockups / screenshots regarding your vision

No response

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

Acode.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions