CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
504 stars 74 forks source link

✨ Padding to the left of line numbers #156

Closed austincondiff closed 1 year ago

austincondiff commented 1 year ago

Description

There should be 20 pixels of padding to the left of the line numbers in the ruler. This gives the line numbers a little breathing room so it is not right on the edge of the editor view.

Eliulm commented 1 year ago

I would like to work on this :)