chipmunk icon indicating copy to clipboard operation
chipmunk copied to clipboard

Tabs not properly displaying in files

Open agamotto opened this issue 9 months ago • 1 comments

Prerequisites

affected version: 3.16.3

make sure to check this before filing an issue:

  • [x] I am running the latest version
  • [x] I checked to make sure that this issue has not already been filed

Describe the issue

Tab characters are not displayed, instead text is concatenated.

Image

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

Environment

3.16.3

Failure Logs

Example file.

test.txt

agamotto avatar Mar 19 '25 13:03 agamotto

Hello @agamotto , sorry for the late response and thanks for the issue. Unfortunately, current rendered based on HTML doesn't allow proper implementation of tab support without whole content analysis (but not in the scope of the single visible frame). But I would not close this issue and mark as v4 to be implemented in next-gen version.

DmitryAstafyev avatar Apr 29 '25 10:04 DmitryAstafyev