Build Log

From RAD Studio
Jump to: navigation, search

Go Up to IDE Options


Tools > Options > IDE > Compiling and Running > Build Log

Allows customizing the log color configuration preferences for the Build and Output messages windows.

Build log.png

The Build Log option page allows you to choose the IDE theme (Dark, Light, Mountain Mist, and Custom), and configure the foreground and background colors for the content of the build log, such as:

  • Default color: Used for plain text.
  • Error: Used to point out errors or failed operations.
  • Hint: Used to point out hint messages.
  • Success: Used to show a successful operation.
  • Warning: Used to show warning messages.

The Enable highlighting in compiler log checkbox allows toggling highlighting in the Build and Output tabs. This option is checked by default.

Use the Group hints/warnings by file name checkbox to group the compiler’s hints and warnings in IDE build messages by filename. This feature collapses or expands messages per filename, rather than displaying them in a flat list.

Also, the Restore Defaults option allows you to restore the default log colors for the selected Theme.

See Also