Commit Graph

10 Commits

Author SHA1 Message Date
Ernie Pasveer 752a87cf5a Add config option for C/C++ suffix names when syntax highlighting. 2022-09-08 20:40:19 -05:00
Ernie Pasveer 8c894b9e84 Add dark and light theme to editor config page.
The dark and light themes are hardwired into Seer.
After applying one of them, you can tweak them.
Then save the configuration.
2022-07-09 10:03:03 -05:00
Ernie Pasveer ab04aea255 Add 'Match' color. 2022-06-25 18:49:55 -05:00
Ernie Pasveer 680b9b9403 Another round of linting. 2022-04-29 07:55:25 -05:00
Ernie Pasveer 74234f3d50 Fix all compiler warnings.
Added -Wall to compile flags in cmake. It reported a handfull
of compiling warnings.  Now fixed.
2022-04-02 13:41:17 -05:00
Ernie Pasveer 5e36e3985a Reworked the text highlighting.
Went from 'current line' and 'second current line' to just 'current line'.
Just need the "yellow" highlighter for all lines in the stack frame.

Show all search results is code editor.
Show number of seach matches.
Clear searches when QLineEdit 'clear' button is pressed.
Show searches when QLineEdit 'return' is pressed.
Show searches when MatchCase QCheckBox is tiggered.

Reworked editor "extra selections" logic.
2022-02-27 13:17:11 -06:00
Ernie Pasveer c24d91cee9 Add count() method. Just like SeerKeySettings. 2022-02-25 07:40:38 -06:00
Ernie Pasveer 9cce2761f1 Finished editor font and syntax highlighing settings. 2022-01-08 12:39:37 -06:00
Ernie Pasveer 201b085b76 Checkpoint. 2022-01-07 17:33:16 -06:00
Ernie Pasveer 611af86f59 Checkpoint - more work done on the highlighter settings. 2022-01-02 11:33:56 -06:00