Files
narpfel 6ac2826949 Make quickfix suggestions clickable in the compiler output pane (#8354)
This makes quickfix suggestions applicable by clicking on the compiler
output line that contains the suggestion.

Example (https://godbolt.org/z/7EsbGM4r7):
<img width="912" height="581" alt="clickfixes"
src="https://github.com/user-attachments/assets/a579b6c5-947e-489c-b7e1-60ea2b79294b"
/>

The little <kbd>💡</kbd> icon indicates that a line contains a quickfix.

Requested in #5284.
2025-12-29 20:50:55 -06:00
..