Detached/attached NDepend windows in Visual Studio not remembering where they should be

StackOverflow https://stackoverflow.com/questions/9225709

  •  28-04-2021
  •  | 
  •  

Pregunta

NDepend is a great tool, but I'm having problems with the various windows opened by NDepend in Visual Studio 2010. The don't seem to remember where I stick/attach them. I want the Error List and Query Explorer to be stuck at the bottom, and the CQL Query Edit window to the right and so on. But when I reopen visual studio and the solution, these windows are re-opened in what seems to be default places.

When reopening a solution, I would love for these windows to remember where I put them :) Anyone else having these problems or is it just me? I have a gazillion VS plugins so my environment may be messed up, but I know it's possible to save the window positions in vsix projects...

Thanks for any help! Love NDepend!

¿Fue útil?

Solución

Patrick Smacchia from NDepend team writing. Thanks for the kind word Johan :)

The fact is that NDepend relies on the VS addin API to integrate in VS, and remenbering panels docking state is not an option with this API.

However, we plan to switch to VS extension API, within the year hopefully, and this will solve that issue.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top