Visual Studio 2012 always starts up with a maximized window, how do I prevent it? - user-interface

I always exit Visual Studio when its main window is at a certain area on the screen. But when it starts up, its window is always maximized. If I click the maximize button, it is restored to the size I left it in previous session.
It is bothersome to do this at every program start-up. It covers the area of the screen which it isn't supposed to; making other tools working on that area stay behind. And what makes it even more cumbersome is the bulky and slow start of Visual Studio.
Is there any way of setting the start up window size and position? It is like, in somewhere an option "Start main window maximized" is checked, but I can't find such a thing under Tools > Options. Visual Studio 2010 did do this behavior.
Version: Visual Studio 2012 Ultimate 11.0.51106.01 Update 1
Theme: Dark

Related

Is there a way to adjust the cursor blink rate in Visual Studio 2015?

Is there a way to adjust the cursor blink rate in Visual Studio 2015? For example, in Notepad++ there is this window where I can adjust the blink rate:
Thank you
Its pretty simple and easy
Go to file--->preferences---->settings
Select search item as "cursor"
In the results section. Choose cursor blinking to "solid"
Here you go problem solved.
Visual Studio gets the cursor settings from your OS settings. You can stop the cursor from blinking by changing the cursor blink rate to "none".
Windows XP/7/8/8.1
Go to Control Panel.
Click on the Keyboard item.
Under "Change blink rate" move the slider to "none" position.
Windows 10
Due to the discontinuation of the Control Panel in Windows 10, and the absence of corresponding option in the new Settings app, the easiest way to bring up the Keyboard Properties window is to run the following command from the Run prompt.
control keyboard
The same command can be used in previous Windows versions if you find this method easier.
Visual Studio Code: Note that this does not work with Visual Studio Code per version 1.22.2, because unlike Visual Studio, Visual Studio Code has its own controls for displaying and animating the cursor.

Visual studio 2010 floating windows on top behaviour

So i'm using Visual Studio 2010 with a dual monitor setup and I like to have my Build/Team -explorer tab on my other screen.
But the the problem I am raging with is the following:
"sketch" of the problem: http://pastebin.com/X8K3ihGJ
If i'm coding and I switch to the word doc on screen 1 (it pops to the front (y) )
But if i then want to click on the build explorer on screen 2, the vs main screen on screen 1 goes to the front.
Is there anyway it's possible you can set the visual studio windows' on top state's independent from each other?
It's a minor issue but it's hurting me all day :)
Thx!
Try the Productivity Power Tools extension. Dock the build explorer in a floating tab well and enable the "enable independent floating tab well" option in the Document Tab Well settings. This will allow windows to be on top independent of each other.

Dock Code Windows in Visual Studio 2010

In Visual Studio, you are able to dock code windows in horizontal and vertical tab groups (something you can also do with tool windows).
However, when doing so you may end up with a lot of redundant screen space. What would be ideal would be if you could mix docking orientations for code windows. This is possible with tool windows in Visual Studio 2010. Here is an image showing the feature used for tool windows:
My question is: is it possible to get this same functionality with the code windows - i.e. being able to mix horizontal and vertical docking, like with the tool windows shown? I've heard rumours that its possible, but I've been unable to find any truth in that.
I too wish this was a naitive feature in visual studio, but there is one workaround by using the 'floating tab group' feature of visual studio
Move the visual studio main window out of the way (maybe to another monitor, or to smallest area of the monitor needed to see the tooling windows)
"Tear out" or Right Click > Float on the desired tab
Position the tab to your desire (I suggest using WinSplitRevolution, via codinghorror)
Repeat, note that you can move a tab to an existing 'floating' tab group
And voila!
There are some setbacks, some commands will pop up over the main tooling window instead of your current tab group etc. but its still pretty nice. I'm not sure if there's any changes coming in VS2012, but I haven't heard about anything related.

How to detach document windows from Visual Studio 2010?

I've got 2 displays with very different resolution (which makes just stretching a window over them not a good idea) and actively use both of them, usually looking at one when doing changes in another.
So I wonder if I could move a child window of Visual Studio 2010 from within the boundaries of it's main window an move it to another display. Nowadays I'd enjoy the way child windows behaved (each window, incl a toolbar and a properties pane worked as an independent window on a desktop) in Borland C++ Builder (while it was senseless the days when I actually was using it).
In Visual Studio 2010 Document Windows are (finally) detachable. For an how to, you can check this post:
Free your Document windows
Basically there are different ways you can achieve this:
Simply click and drag the tab for the Document window out of the IDE;
Go to Window -> Float on the Menu Bar.

How do you minimize a window in the Visual Studio 2010 RC editor?

I am using the Visual Studio 2010 RC. Sometimes when I am working on a code file, I would like to minimize it.
In Visual Studio 2008 I just switched to MDI mode. Then I could minimize. In 2010, I can undock the window by dragging the tab, and that gets me half way to MDI, but I see no way to minimize the window.
Does anyone know how to do this?
Update - Closely-related question: For those of you that used MDI, how are you getting by? I like to have 4 documents open at once, in a 2x2 matrix. For example I like to look at one controller/view pair while working on another, for the sake of comparison. Then, maybe I edit my repository file, and I want to get back to my 4 windows. This is where I would minimize. Anyone have a workaround? How have you adapted?
Update 2 - Vote up my suggestion if you want this feature:
https://connect.microsoft.com/VisualStudio/feedback/details/536110/please-offer-this-ultra-quick-alternative-to-a-minimize-feature-for-the-vs-2010-ide#
I think its disabled. I pressed Alt-Space in the undocked window and minimise was disabled.

Resources