I've looked everywhere on how to turn off the Tag Navigator at the bottom of my Visual Studio 2008 and can't any info!
我到处都看过如何关闭Visual Studio 2008底部的Tag Navigator并且无法获取任何信息!
Since installing ReSharper a group of us have come across a bug where it will reset your mouse cursor to 0,0 when you rollover a tag in the Tag Navigator and since I can't find any info on that bug I just want the Navigator to go away, but can't seem to even turn THAT off...
自从安装ReSharper以来,我们中的一群人遇到了一个错误,当你在Tag Navigator中翻转标签时它会将鼠标光标重置为0,0因为我找不到任何关于该bug的信息我只想要导航器走开,但似乎甚至无法关闭......
Thanks in advance for pointing me in the right direction!
提前感谢您指出我正确的方向!
2 个解决方案
#1
This isn't so much an answer but a warning of a false answer. I have this exact same problem and I was sent this link. After trying it out Visual Studio crashed and after it had recovered the tag bar was still there.
这不是一个答案,而是一个错误答案的警告。我有这个完全相同的问题,我被发送此链接。尝试完Visual Studio崩溃后,它恢复后标签栏仍然存在。
Registry hack to "remove" the design/split/source bar
注册表破解“删除”设计/拆分/源栏
#2
This should help to eliminate the mouse cursor reset issue in the Tag Navigator:
这应该有助于消除Tag Navigator中的鼠标光标重置问题:
Open regedit and find the following key:
打开注册表,找到以下密钥:
\\HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\HTML Editor
Modify the following entry:
修改以下条目:
ShowTagToolbar = -1
Then restart Visual Studio.
然后重新启动Visual Studio。
#1
This isn't so much an answer but a warning of a false answer. I have this exact same problem and I was sent this link. After trying it out Visual Studio crashed and after it had recovered the tag bar was still there.
这不是一个答案,而是一个错误答案的警告。我有这个完全相同的问题,我被发送此链接。尝试完Visual Studio崩溃后,它恢复后标签栏仍然存在。
Registry hack to "remove" the design/split/source bar
注册表破解“删除”设计/拆分/源栏
#2
This should help to eliminate the mouse cursor reset issue in the Tag Navigator:
这应该有助于消除Tag Navigator中的鼠标光标重置问题:
Open regedit and find the following key:
打开注册表,找到以下密钥:
\\HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\HTML Editor
Modify the following entry:
修改以下条目:
ShowTagToolbar = -1
Then restart Visual Studio.
然后重新启动Visual Studio。