Highlights on long lines in code boxes end early
Documentation Bug Report
Actual behavior:
Highlights do not cover the entirety of wide lines:

Expected behavior:
Highlights extend the full width of the code box
Versions affected
3.0dev, 2.6.17, likely earlier versions
Steps to reproduce/example code:
- View any page with long highlighted lines in a codebox, such as the simple background example
- Scroll down to a highlighted line which is too long to fit on screen
- Scroll right to the right
- Observe the cutoff highlight
Its not fixable. The best we can do is wrap them to 100 character per line. That would be alot of work, are you wiling to do it @pushfoo?
That link doesn't explain why it isn't possible.
The best we can do is wrap them to 100 character per line.
I agree that this is probably the best approach in the short term.
That link doesn't explain why it isn't possible.
About that, I think its a limitation with sphinx if you have seen the highlighted comment, also maybe we can try a custom style with sphinx to fix this as mentioned in the comments?
https://github.com/pythonarcade/arcade/issues/2243