Skip to content

Add configurable line number font - #379

Open
gerardp wants to merge 1 commit into
CodeEditApp:mainfrom
gerardp:feature/376-line-number-font
Open

Add configurable line number font#379
gerardp wants to merge 1 commit into
CodeEditApp:mainfrom
gerardp:feature/376-line-number-font

Conversation

@gerardp

@gerardp gerardp commented Aug 31, 2026

Copy link
Copy Markdown

Description

Adds an optional lineNumberFont to SourceEditorConfiguration.Appearance while preserving the current derived font as the default.

Configuration changes apply immediately to the gutter. The controller exposes the configured value, and a regression test covers the default, custom, and reset behavior.

Related Issues

Checklist

  • I read and understood the contributing guide as well as the code of conduct
  • The issues this PR addresses are related to each other
  • My changes generate no new warnings
  • My code builds and runs on my machine
  • My changes are all related to the related issue above
  • I documented my code

Screenshots

Not applicable; this adds an API and preserves the existing visuals by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ Allow configuring the line number font

1 participant