Modify ↓
Opened 6 hours ago
Last modified 5 hours ago
#13864 assigned enhancement
Too many requrests from Syntax highlighting panel in user preferences
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.6.1 |
Component: | general | Version: | 1.6 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
In Pygments 2.19.1, 49 themes are available. Visiting Syntax highlighting panel in user preferences, 49 requests will be sent to the server at one time, because <link rel="stylesheet"> element is added for each theme.
To prevent many requests, we could render an inline style element for the themes rather than the link elements.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Proposed changes [64ad230e0/jomae.git] (jomae.git@t13864).