mheinsen / seec

Program visualization and debugging for novice C programmers

Home Page:http://seec-team.github.io/seec/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow user configurable colours, indicators.

mheinsen opened this issue · comments

Allow users to customize the colours used for syntax highlighting and indicators (active code, runtime errors, produced values, hovering).

Partially done by 01a6d96.

This was further extended by the following commits.

  • d8c150c Use ColourScheme for AnnotationEditorDialog.
  • 13b64d9 Use ColourScheme in the graph viewer.
  • 5d3bc4f Use ColourScheme in the Dynamic Evaluation Tree.

Since then the colour scheme is used throughout all displays. However, it would be nice if users could also customize the style of various highlighting features, and for those highlighting features to be uniformly applied. For example:

  • Control whether active code and values are shown using underlining, outlining, or background colour highlighting.
  • Control whether mouseover code and values are shown using... (as above).