You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5043706: Switched from static menu generation to dynamically generating the style menu from the options advertised from pygments.style.get_all_styles() (Hezekiah.Bregalad) #7
cd231b2: Adds a middle section to the templates and creates a template list variable. (Michael Haslam)
d04d17f: Adds a combobox for template selection (unfinished) and integrates middle template section into final HTML creation. (Michael Haslam)
21d9b6c: Add export HTML button to export optons. (Michael Haslam)
d198572: Create stringvar for combobox and set default value and set default template values for when the editor loads. (Michael Haslam)
7ad6bae: Create a dict of templates and their corresponding values. (Michael Haslam)
42b9086: A function to change templates which has the <> event bound to it. (Michael Haslam)
4b1ea0f: Create basic edit HTML before export functionality, create a button to enable it and integrate the changes to enable them. (Michael Haslam)
fc1544f: Warning message when editing HTML before export. (Michael Haslam)
a067907: Load a light style first and then set a dark style to fix an issue in the editor where text colours were not being applied correctly. (Michael Haslam)
2ca2a7f: Don't set the default theme to dark when instantiated as issue with text colours was still present but intermittent. More work is required to find the source of this issue. (Michael Haslam)
0c0e113: Update docstrings to reflect recent changes. (Michael Haslam)
fc7f338: Update classifiers and install_requires. (Michael Haslam)