我想标题是不言自明的。只是想改变Visual Studio 2012的外观,不显示所有大写字母的菜单标题。
当前回答
我一直在使用以下reg文件在Visual Studio 2012和Visual Studio 2013中启用/禁用小写字母:
http://erwinmayer.com/dl/VS2012_ALLCAPS_Toggle.zip http://erwinmayer.com/dl/VS2013_ALLCAPS_Toggle.zip
只需双击VS201x_ALLCAPS_Disable。reg在存档中禁用所有大写菜单标题,以及VS201x_ALLCAPS_Enable。Reg重新启用它们。
您可以使用文本编辑器轻松编辑reg文件,以查看它们包含的内容。
其他回答
我一直在使用以下reg文件在Visual Studio 2012和Visual Studio 2013中启用/禁用小写字母:
http://erwinmayer.com/dl/VS2012_ALLCAPS_Toggle.zip http://erwinmayer.com/dl/VS2013_ALLCAPS_Toggle.zip
只需双击VS201x_ALLCAPS_Disable。reg在存档中禁用所有大写菜单标题,以及VS201x_ALLCAPS_Enable。Reg重新启用它们。
您可以使用文本编辑器轻松编辑reg文件,以查看它们包含的内容。
微软Visual Studio社区2019
选中“将标题大小写样式应用到菜单栏”选项
可以在工具>选项>环境>通用
多年之后,微软改变了他们对这个功能的想法。在Visual Studio 2013 Update 3 RC中,添加了一个选项来更改混合大小写:工具->选项->环境->通用->在菜单栏中关闭大写 显然这不是针对VS 2012的,但是以后会有这个选项。
下面是微软Brian Harry的通知:
Mixed Case Menus – I know I’m going to get some feedback on this one :) This is a long standing request by a vocal portion of the VS user base since VS 2012 to change the “ALL CAPS” menus. In VS 2013 Update 3, we have added a Tools –> Options setting to control whether you see ALL CAPS or Mixed Case. The default is still ALL CAPS but, if you change it, it will persist across upgrades and will roam across your IDE instances using the VS Online roaming settings feature (if you log into VS so it knows who you are).
现在Visual Studio 2015已经将默认设置更改为标题大小写,对于那些像我这样已经习惯了全大写的人来说,你可以通过禁用以下选项将其更改回来:
工具->选项->环境->通用->将标题大小写样式应用到菜单栏
Visual Studio 2015 Community Edition不响应suppressupercaseconversion注册表值。
答案是启用boflynn识别的选项:
•工具->选项->环境->通用->将标题大小写样式应用到菜单栏
在我的情况下,这个设置默认没有打开,可能是因为我移植了我的VS 2013设置。
诺埃尔
推荐文章
- 我可以在Visual Studio 2012/2013/2015/2017/2019中录制/播放宏吗?
- csproj文件中的“Service Include”是干什么用的?
- VS2013外部构建错误"error MSB4019: The imported project <path> was not found"
- 如何将现有的解决方案从Visual Studio 2013添加到GitHub
- 如何添加MVC5到Visual Studio 2013?
- 重新定位解决方案从。net 4.0到4.5 -如何重新定位NuGet包?
- Visual Studio展开/折叠键盘快捷键
- 失败[install_failed_update_compatible],即使应用程序似乎没有安装
- 智能感知和代码建议不工作在Visual Studio 2012终极RC
- 禁用Visual Studio 2013中的所有大写菜单项
- Visual Studio 2012 Web Publish不复制文件
- OWIN启动类缺失
- 为什么我的程序不能在Windows 7下用法语编译?
- 错误TF30063:您没有权限访问…\ DefaultCollection
- Visual Studio单击“查找结果”在错误的窗口中打开代码