Julien Lebosquain
Julien Lebosquain
That's what's done normally for C++ and TS tooltips, Enhanced Tooltip should support it.
- Show namespaces on members (always on currently) - Show namespaces on return types (always off currently) - Show namespace on parameter types (always off currently) Related: #30
Split from #25: On an member, display additional attribute usages: - inherited attributes - whether an attribute overrides an inherited attribute. - inherited but overridden attributes (ideally the difference, but...
https://twitter.com/hmemcpy/status/570521360201424896
## What does the pull request do? - Updates XamlX to https://github.com/kekekeks/XamlX/pull/70 (see this PR for details) - Creates a `XamlDynamicSetters` type and pass it to XamlX when compiling ##...
Following up on #65, this PR makes dynamic setter methods shared between all types. My first try at implementing this kept creating the setters type in `PropertyAssignmentEmitter`, but this posed...
## Describe the bug Setting the `SelectedItem` of a `ListBox` having `AutoScrollToSelectedItem=True` while the control itself is invisible won't scroll to the selected item when the control is made visible...
## What does the pull request do? A revival of one of my first PR #8799, aiming at reducing code duplication in the XAML by sharing property setters when appropriate....
This PR does two things: - Creates a single closure type per root type. The closure types aren't capturing anything anyway and only have static methods so it's fine to...
After #100, two tests that were previously skipped and should now pass don't have `[Fact]` anymore. Added it back. These tests don't pass on Cecil though (fails with a NRE),...