code-coverage-set-editor-colors &key counters counters-negative uncovered partially-covered fully-covered hidden-partial error warn eliminated
A CAPI color or an editor face.
A CAPI color or an editor face.
A CAPI color or an editor face.
A CAPI color or an editor face.
A CAPI color or an editor face.
A CAPI color or an editor face.
A CAPI color or an editor face.
A CAPI color or an editor face.
A CAPI color or an editor face.
The function code-coverage-set-editor-colors
changes the colors or faces that the editor uses to color code coverage.
Each argument is a CAPI color name, color alias or color specification, or an editor:face
object (the result of editor:make-face
). See "The Color System" in the
CAPI User Guide and Reference Manual
for details about CAPI colors.
When an argument value is an editor:face
, it specifies the face to use. Otherwise, it specifies the background color to use.
The faces and colors are used to color parts of the code as in code-coverage-set-html-background-colors. Note that code-coverage-set-editor-colors
does not accept a :marked keyword argument like code-coverage-set-html-background-colors does.
code-coverage-set-html-background-colors
"The Color System" in the
CAPI User Guide and Reference Manual
LispWorks User Guide and Reference Manual - 20 Sep 2017