You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When lines are not wrapped, there should be additional padding added to the trailing edge. This should probably be configurable for other consumers of this package.
Xcode and other editors add a trailing padding when not wrapping lines so there's better spacing visually on the trailing edge. I don't think this is default behavior for text views, which is why it should be either configurable or be able to be disabled. In Xcode, the padding is 48 pixels.
Alternatives Considered
The method in CodeEditApp/CodeEditSourceEditor#272 was considered, but this has it's own issues. This type of text layout should be in the text editor.
Additional Context
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Description
When lines are not wrapped, there should be additional padding added to the trailing edge. This should probably be configurable for other consumers of this package.
Xcode and other editors add a trailing padding when not wrapping lines so there's better spacing visually on the trailing edge. I don't think this is default behavior for text views, which is why it should be either configurable or be able to be disabled. In Xcode, the padding is 48 pixels.
Alternatives Considered
The method in CodeEditApp/CodeEditSourceEditor#272 was considered, but this has it's own issues. This type of text layout should be in the text editor.
Additional Context
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: