We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Set a large line number offset parameter using ln:
ln:
```python ln:1000 code here ```
The line number gutter margins should all be exactly the same width.
The line number gutter margins can differ (delimiter lines and lines with less characters than the last line).
Due to delay in reading accurate information from DOM in codemirror, the current implementation is the most efficient approach. See here.
The text was updated successfully, but these errors were encountered:
Hopefully I can improve the current implementation of this.
Sorry, something went wrong.
See this
This issue is stale because it has been open 60 days with no activity.
This has been improved significantly but it's not perfect. I'll leave this issue open as it could potentially be better still.
i.e. Consistent spacing for different number of digits line numbers (the gap between the gutter and code is different for 2 vs 3 vs 4 digits etc.).
mayurankv
No branches or pull requests
Describe the bug
Steps to reproduce
Set a large line number offset parameter using
ln:
Expected behaviour
The line number gutter margins should all be exactly the same width.
Current behaviour
The line number gutter margins can differ (delimiter lines and lines with less characters than the last line).
Environment
Screenshots
Additional context
Due to delay in reading accurate information from DOM in codemirror, the current implementation is the most efficient approach.
See here.
The text was updated successfully, but these errors were encountered: