James Pack
James Pack
> @zadjii-msft Im struggling with the edge case. Works fine if you `SummonWindow` `InPlace`. But as soon as you try to `ToCurrent` the dialog closes. Ive tried using deferrable event...
Maybe I am miss understanding what `ToCurrent` is meant to do :|
I think I may see what the issue is. When you hover over the icon on the taskbar to click the x a new window is created to show the...
Oh boy. I completely lost sight of this thing. It should be closed.
@DHowett is the new windowing architecture documented somewhere?
I have an approach for this one. But Id like input from the team. There is a private static in the [`TerminalControl`](https://github.com/microsoft/terminal/blob/main/src/cascadia/TerminalControl/TermControl.cpp#L93-L157) that handles PathTranslation. Ive done some playing around...
Added clarity to where exactly this adds support.
> I was told also that x:Bind is not 100% feature compatible with Binding... but that x:Bind should be strongly preferred wherever it can be used. I dont think it...
It looks like there is already code there for it [here](https://github.com/microsoft/terminal/blob/main/src/cascadia/TerminalApp/TerminalTab.cpp#L1499-L1518)