Format element checker
Checks the <format>
element style and color validity. A valid <format>
element must specify color
, style
, or both attributes, and they must contain valid values.
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
WrsFormatElementInspection- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
style
can be a valid combination of the following: bold
, italic
, strikethrough
, underline
, superscript
, subscript
.
color
can be a hexadecimal RGB code or a valid color name, such as #ff0000
or Red
.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Writerside, 2024.04.241.15989.11 |
Last modified: 27 August 2024