Next: Available Attributes, Up: Highlighting Groups [Contents][Index]
Below is a list of all the highlighting groups that CDGB will use when syntax highlighting source files.
StatementThis represents the keywords a language defines.
TypeThis represents the types a language defines.
ConstantThis represents either a string or numeric value.
CommentThis represents the comments in a source file.
PreProcThis represents the C/C++ preprocessor commands.
NormalThis represents all normal text.
Below is a list of all the highlighting groups that CGDB will use when it is displaying it’s User Interface.
StatusLineThis represents the status bar in CGDB. The file dialog’s status bar also uses this group.
SearchThis represents the group used when displaying the previous search in either the source window, the GDB window in scroll mode, or the file dialog window. This is only used when the hlsearch option is enabled.
IncSearchThis represents the group used when the user is searching in either the source window, the GDB window in scroll mode, or the file dialog window.
SelectedLineArrowThis represents the group used when the user has the
selectedlinedisplay set to shortarrow or longarrow.
ExecutingLineArrowThis represents the group used when the user has the
executinglinedisplay set to shortarrow or longarrow.
SelectedLineHighlightThis represents the group used when the user has the
selectedlinedisplay option set to highlight.
ExecutingLineHighlightThis represents the group used when the user has the
executinglinedisplay option set to highlight.
SelectedLineBlockThis represents the group used when the user has the
selectedlinedisplay option set to block.
ExecutingLineBlockThis represents the group used when the user has the
executinglinedisplay option set to block.
BreakpointThis represents the group that is used when CGDB displays a line that has a breakpoint set.
DisabledBreakpointThis represents the group that is used when CGDB displays a line that has a disabled breakpoint set.
SelectedLineNrThis represents the group that is used when CGDB is displaying the currently selected line. This is the line that the cursor is on.
ExecutingLineNrThis represents the group that is used when CGDB is displaying the currently executing line.
ScrollModeStatusThis represents the group that is used when CGDB is displaying the currently selected line number when in GDB Mode and the user is scrolling through the GDB buffer.
LogoThis is the group CGDB uses to display its logo on startup when no source file can be auto detected.
MarkThis is the group CGDB uses to display a mark in the source window.
Marks are displayed when the showmarks option is enabled.
See the showmarks option for more detail.
Next: Available Attributes, Up: Highlighting Groups [Contents][Index]