All Manuals > LispWorks User Guide and Reference Manual > 38 The HCL Package

NextPrevUpTopContentsIndex

code-coverage-set-editor-colors

Function
Summary

Specifies the colors that the editor uses to color code coverage.

Package

hcl

Signature

code-coverage-set-editor-colors &key counters counters-negative uncovered partially-covered fully-covered hidden-partial error warn eliminated

Arguments

counters

A CAPI color or an editor face.

counters-negative

A CAPI color or an editor face.

uncovered

A CAPI color or an editor face.

partially-covered

A CAPI color or an editor face.

fully-covered

A CAPI color or an editor face.

hidden-partial

A CAPI color or an editor face.

error

A CAPI color or an editor face.

warn

A CAPI color or an editor face.

eliminated

A CAPI color or an editor face.

Description

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.

See also

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

NextPrevUpTopContentsIndex