working diagnostic popover. Also renamed GoToNextDiagnostic to GoToDiagnostic and adjusted it's action to jump to the popover's diagnostic if it is visible
This commit is contained in:
parent
dbedc30abe
commit
95952f0c66
11 changed files with 355 additions and 165 deletions
|
@ -627,6 +627,9 @@ impl<'de> Deserialize<'de> for SyntaxTheme {
|
|||
#[derive(Clone, Deserialize, Default)]
|
||||
pub struct HoverPopover {
|
||||
pub container: ContainerStyle,
|
||||
pub info_container: ContainerStyle,
|
||||
pub warning_container: ContainerStyle,
|
||||
pub error_container: ContainerStyle,
|
||||
pub block_style: ContainerStyle,
|
||||
pub prose: TextStyle,
|
||||
pub highlight: Color,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue