CodeEditApp / CodeEditApp/CodeEditTextView
✨ Trailing Padding When Not Wrapping
- 主要语言
- Swift
- 星标
- 182
- 派生
- 54
- PR 合并指标
- 30 天内没有已合并 PR
描述
### 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 https://github.com/CodeEditApp/CodeEditSourceEditor/pull/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_
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。