Check for existing issues
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");
Current behavior:
const response = await
fetch("https://api.example.com");
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
Check for existing issues
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");
Current behavior:
const response = await
fetch("https://api.example.com");
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