Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] possibility to implement custom line number formatting #517

Closed
Mino260806 opened this issue Jul 29, 2023 · 1 comment
Closed
Milestone

Comments

@Mino260806
Copy link
Contributor

Feature Overview

This feature regards how line numbers are displayed in RTextScrollPane.
For example, instead of displaying 12, we would have the freedom to display any string like ١٢ (hindu-arabic) or 0xC (in hex)

Why this feature is needed

Some people who are used to other numeral systems would find it more convenient and natural to be read the line numbers in that system.

It's also a must when developing a Hex Editor using this library, because line numbers should be displayed as hex offsets

@bobbylight
Copy link
Owner

Fixed via #518. Thanks again for the PR!

@bobbylight bobbylight added this to the 3.3.5 milestone Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants