-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,47 @@ | ||
# HideTitleBar | ||
Automatically hides the Title Bar of Visual Studio main window after opening a solution. | ||
|
||
|
||
This plugin can automatically hides the Title Bar of Visual Studio main window. | ||
|
||
This plugin automatically works after a solution is loaded. You can re-display the title bar by pressing the ALT key (like the Hide Main Menu plugin). Do NOT click the menu item "Manual Toggle the Visibility of Title Bar" if you like this way (Click the menu item will switch to manual mode also. In manual mode, you can't use ALT key to control the Visibility of Title Bar). | ||
|
||
|
||
|
||
这个插件可以自动为你隐藏Visual Studio主窗口的标题栏。 | ||
|
||
这个插件在有解决方案加载后自动工作。你可以通过按下ALT键重新显示标题栏(就像Hide Main Menu插件)。如果你喜欢这种方式就不要点击菜单“Manual Toggle the Visibility of Title Bar”了(使用这个菜单同时就会切换到手动模式,手动模式下就不能使用更方便的ALT键了)。 | ||
|
||
|
||
|
||
|
||
|
||
Version 1.0 - Initial version | ||
|
||
Version 1.1 - Added a little extra menu item | ||
|
||
Version 1.2 - Click the menu item will switch to manual mode also. In manual mode, you can't use ALT key to control the Visibility of Title Bar. | ||
|
||
Version 1.2.1 - Fix a bug | ||
|
||
Version 1.2.2 - Disable manual mode for Visual Studio 2010 (Visual Studio 2010实现有时会将底部停靠的窗口也隐藏,考虑使到用ALT键恢复比使用菜单更方便,所以就禁用使用菜单的手动模式了 | The Visual Studio 2010 implementation sometimes hidden the bottom of the main window also, consider using ALT key to restore more convenient than using the menu, i disable the manual mode that using the menu) | ||
|
||
|
||
|
||
|
||
|
||
|
||
Visual Studio 2010 ~ 2015 see https://marketplace.visualstudio.com/items?itemName=dingbo.HideTitleBar | ||
|
||
Visual Studio 2017 see https://marketplace.visualstudio.com/items?itemName=dingbo.HideTitleBar-18430 | ||
|
||
|
||
|
||
|
||
|
||
Thanks for | ||
|
||
https://vlasovstudio.com/visual-commander/extensions.html#hide_title_bar | ||
|
||
https://marketplace.visualstudio.com/items?itemName=MatthewJohnsonMSFT.HideMainMenu | ||
|
||
I have use some code from them. |