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

NextPrevUpTopContentsIndex

code-coverage-set-editor-default-data

Function
Summary

Sets the default code coverage data that the editor uses when coloring.

Package

hcl

Signature

code-coverage-set-editor-default-data object

Arguments

object

A code-coverage-data object, a string, a pathname or nil.

Description

The function code-coverage-set-editor-default-data sets the default code coverage data that the editor uses when it colors a file.

If object is a code-coverage-data object, this is used as-is.

If object is a string or pathname then it should name a file that was created by save-current-code-coverage or save-code-coverage-data. The data is loaded from this file using load-code-coverage-data and used.

If object is nil then code-coverage-set-editor-default-data uses the internal code coverage data. The default value of object is nil.

Notes

The editor commands Code Coverage File and Code Coverage Current Buffer use this data.

See also

code-coverage-data
save-current-code-coverage
save-code-coverage-data
load-code-coverage-data
Code Coverage File in the Editor User Guide
Code Coverage Current Buffer in the Editor User Guide
Code Coverage Set Default Data
in the Editor User Guide
Code Coverage Load Default Data in the Editor User Guide


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex