| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: cg-configuration
Returns the color that is used by colorize-source-code for comments (including
block comments), or nil
to avoid colorizing
comments at all. This is probably the most useful type of source code
colorization, to visually offset comments from actual code. Options
for other types of colorization could be set to nil
if they result in too much overall color.
The value may be set by calling (setf
color-for-comments). The value should be an RGB color,
as created with make-rgb, or
nil
. This option also appears on the Editor
Color tab on the Options dialog.
(setf (color-for-comments (configuration *system*)) (make-rgb :red 0 :green 120 :blue 160))
Copyright (c) 1998-2015, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 10.0. This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |