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
gcode_editor.py changes
Rewrite GcodeLexer using token based parsing with regex
Refactored some of the get/set function to make it more dynamic and versatile when changing colors or switching/disabling lexers
Added qproperty-styleSyntaxHighlightEnabled to optionally disable the lexer/syntax highlighting from stylesheet. (Defaults to True)
Add callback to dynamically resize the line number margin based on number of lines in the editor
qtdragon & qtdragon_hd qss changes
Update Editor Colors and fonts for new lexer in argentinium.qss, dark_grey.qss, qtdragon_dark_grey.qss
Disable alternite row coloring in dark_grey.qss, qtdragon_dark_grey.qss
Remove QComboBox::item font setting, was causing issues in stylesheet editor window using dropdown selection
Add styling missing for QToolButon in qtdragon_hd dark.qss, dark_grey.qss & metal.qss
0 commit comments