From: Pavel Sanda Date: Fri, 14 Apr 2023 21:16:54 +0000 (+0200) Subject: Add few color comments X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4b736a19f2e11b41412e281dbc1840f7fed1d758;p=features.git Add few color comments --- diff --git a/src/ColorCode.h b/src/ColorCode.h index f2d0f68a29..17f759745b 100644 --- a/src/ColorCode.h +++ b/src/ColorCode.h @@ -159,7 +159,7 @@ enum ColorCode { Color_mathframe, /// Math inset frame color not under focus Color_mathcorners, - /// Math line color + /// Math empty box line color Color_mathline, /// Collapsible insets text @@ -182,9 +182,9 @@ enum ColorCode { Color_appendix, /// Changebar color Color_changebar, - /// Deleted text color (output) + /// Deleted text color (exported output) in CT Color_deletedtext_output, - /// Added text color (output) + /// Added text color (exported output) in CT Color_addedtext_output, /// Changed text color author 1 (workarea) Color_changedtext_workarea_author1, @@ -198,7 +198,7 @@ enum ColorCode { Color_changedtext_workarea_author5, /// Changed text color document comparison (workarea) Color_changedtext_workarea_comparison, - /// Deleted text modifying color (workarea) + /// Deleted text modifying color (for brightness modulation) (workarea) Color_deletedtext_workarea_modifier, /// Table line color Color_tabularline,