pasztorpisti / vs-window-title-changer

Extension to set the title of the Visual Studio IDE using an expression.
https://visualstudiogallery.msdn.microsoft.com/2e8ebfe4-023f-4c4d-9b7a-d05bbc5cb239
MIT License
16 stars 12 forks source link

Possible problem with the `active_wnd_title` variable #5

Open pasztorpisti opened 8 years ago

pasztorpisti commented 8 years ago

Reported by gmengano1 on the VS gallery page of the plugin.

I want to show the current window caption. It's not the same as active_wnd_title.

It is the value returned by dte.ActiveWindow.Caption

(For example if the output window has the focus it returns "Output")