CodeEditApp/CodeEdit

๐Ÿž Non Line breaking not working

jusssch opened this issue ยท 0 comments

Description

Hi,
when i turn the function 'Wrap lines to editor width' off, the text is not cropped to the width of the editor but i can rather scroll to the end of it. At least that is what i want to do. In reality it doesn't let me scroll to the end to where the text ends. It is just two to three words always but thats stopping me from using codeedit vs just vscode.

To Reproduce

  1. Turn off 'Wrap lined to editor width' in settings
  2. Open some code that has a long line
  3. Try to scroll to the end of the line

Expected Behavior

The text should be scrollable up to the end of the line.

Version Information

CodeEdit: 0.1.0-alpha.38
macOS: 14.4.1
Xcode: 15.2

Additional Context

No response

Screenshots

No response