CodeEditApp / CodeEditTextView

A text editor specialized for displaying and editing code documents. Written in pure Swift.

Home Page:https://codeeditapp.github.io/CodeEditTextView/documentation/codeedittextview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐞 Last line touching the editor view's edge is invisible

wannafedor4 opened this issue Β· comments

Description

When your code excedes

To Reproduce

  1. Open a file that has enough code to fill the editor
  2. Observe

Expected Behavior

The line should be visible.

Version Information

CodeEdit: 0.0.3-alpha (37)
macOS: 14.3 Beta (23D5033f)
Xcode: 15.2 beta (15C5500c)

Additional Context

No response

Screenshots

Example.mov

About the Mac

Just thinking about it, this may be an issue with CodeEditTextView or CodeEditSourceEditor.

@wannafedor4 you're absolutely right this is probably an issue with CETV, I managed to miss this issue before could you tell me if it's still a problem now?

@thecoolwinter no, it seems solved.

Okay I guess it still is an issue. It looks like something might be blocking the last line.