Mike

Results 12 issues of Mike

Requesting a context menu, or a few toolbar buttons in the visual tree section. [https://www.jetbrains.com/rider/](JetBrains Rider) has [three toolbar buttons](https://www.jetbrains.com/help/rider/Project_Tool_Window.html#title_bar_buttons) on their "Explorer window" that I find _very_ useful, and...

enhancement
up-for-grabs

### Summary When using the `Ctrl+Shift` mouseover feature, the behavior of Snoop differs depending on if you release the `Ctrl` key or the `Shift` key first. ### Test Project [Git...

Currently, Snoop will display, for each dependency property, the `Value Source` of the value. (I assume this comes from `DependencyPropertyHelper.GetValueSource`). While knowing that the value is `Inherited` is _absolutely_ useful,...

enhancement

**Describe the solution you'd like** I am requesting a property or style that allows me to change a `GridView`'s header row background color. **Describe alternatives you've considered** I have found...

enhancement
evaluation required

### Describe the bug When the following conditions are met, a misleading error message is produced. - The `RelayCommandAttribute` source generator attribute is used - The `CanExecute` property is set...

bug :bug:
needs author feedback :memo:
mvvm-toolkit :toolbox:

Given this markdown: ``` - [`cryptography` functions](#cryptography-functions) ``` `LinkInlineRenderer.Write` receives a `LinkInline` object, with a `Url` property of `"#cryptography-functions"`. [Line 30](https://github.com/Kryptos-FR/markdig.wpf/blob/develop/src/Markdig.Wpf/Renderers/Wpf/Inlines/LinkInlineRenderer.cs#L30) calls `Uri.IsWellFormedUriString` and since that returns `false`, the URI...

enhancement
up for grab

It would be nice if I wasn't **required** to use the `IWpfShell` marker interface to have the startup window. This requirement means that specific `Window` is _special_, and it is...

### Overview We already have the `[NotifyDataErrorInfo]` attribute, which adds source generation to validate this property. But since we can use custom validation methods to perform multi-property validation, we should...

feature request :mailbox_with_mail:

Is there a list of keywords and/or reserved variable names? As in, names that I cannot import into the global model, or else it would interfere with built-in functionality. For...

question