Commit Graph

7 Commits

Author SHA1 Message Date
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