gui/components/DplStatus

A small live DPL validity indicator: a check when the DPL is clean, an ✕ when it has errors. It reads the same dplStatus validator that feeds the editor's inline lint underlines, so the icon and the in-editor spots always agree. Hovering lists the specific problems. Warnings (e.g. an unbalanced bracket) don't flip it to ✕ — only real errors do — but they're noted in the tooltip.

Description:
  • A small live DPL validity indicator: a check when the DPL is clean, an ✕ when it has errors. It reads the same dplStatus validator that feeds the editor's inline lint underlines, so the icon and the in-editor spots always agree. Hovering lists the specific problems. Warnings (e.g. an unbalanced bracket) don't flip it to ✕ — only real errors do — but they're noted in the tooltip.

Source: