Visual Studio 中分离/附加的 NDepend 窗口不记得它们应该在哪里
NDepend 是一个很棒的工具,但我在 Visual Studio 2010 中使用 NDepend 打开的各种窗口时遇到问题。它们似乎不记得我将它们粘贴/附加在哪里。我希望错误列表和查询资源管理器位于底部,CQL 查询编辑窗口位于右侧,依此类推。但是,当我重新打开 Visual Studio 和解决方案时,这些窗口会在默认位置重新打开。
重新打开解决方案时,我希望这些窗口能够记住我放置它们的位置:)还有其他人遇到这些问题还是只有我一个人遇到这些问题?我有无数的 VS 插件,所以我的环境可能会很混乱,但我知道可以保存 vsix 项目中的窗口位置...
感谢您的帮助!爱NDepend!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 NDepend 团队的 Patrick Smacchia 撰写。
感谢 Johan 的客气话:)
事实上,NDepend 依赖 VS 插件 API 来集成到 VS 中,并且使用此 API 无法选择记住面板对接状态。
然而,我们计划在一年内切换到 VS 扩展 API,这将解决这个问题。
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.